fix the project_name and script_file in openofdm_rx_ultra_scale.tcl

This commit is contained in:
Xianjun Jiao 2020-09-02 17:05:18 +02:00
parent bf043af712
commit 6d60fceed2

View File

@ -25,7 +25,7 @@ if { [info exists ::origin_dir_loc] } {
}
# Set the project name
set project_name "openofdm_rx"
set project_name "openofdm_rx_ultra_scale"
# Use project name variable, if specified in the tcl shell
if { [info exists ::user_project_name] } {
@ -33,7 +33,7 @@ if { [info exists ::user_project_name] } {
}
variable script_file
set script_file "openofdm_rx.tcl"
set script_file "openofdm_rx_ultra_scale.tcl"
# Help information for this script
proc help {} {