mirror of
https://github.com/jhshi/openofdm.git
synced 2025-01-20 19:38:48 +00:00
fix the project_name and script_file in openofdm_rx_ultra_scale.tcl
This commit is contained in:
parent
bf043af712
commit
6d60fceed2
@ -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 {} {
|
||||
|
Loading…
Reference in New Issue
Block a user