Fixing typos in the tcl script
This commit is contained in:
parent
ae767458af
commit
38afe2957f
@ -5,7 +5,7 @@ source [file join $scriptdir "synth.tcl"]
|
|||||||
|
|
||||||
# Pre-implementation debug
|
# Pre-implementation debug
|
||||||
if {[info exists ::env(PRE_IMPL_DEBUG_TCL)]} {
|
if {[info exists ::env(PRE_IMPL_DEBUG_TCL)]} {
|
||||||
source [file join $scriptdir ::env(PRE_IMPL_DEBUG_TCL)]
|
source [file join $scriptdir $::env(PRE_IMPL_DEBUG_TCL)]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Post synthesis optimization
|
# Post synthesis optimization
|
||||||
@ -22,7 +22,7 @@ source [file join $scriptdir "bitstream.tcl"]
|
|||||||
|
|
||||||
# Post-implementation debug
|
# Post-implementation debug
|
||||||
if {[info exists ::env(POST_IMPL_DEBUG_TCL)]} {
|
if {[info exists ::env(POST_IMPL_DEBUG_TCL)]} {
|
||||||
source [file join $scriptdir ::env(POST_IMPL_DEBUG_TCL)]
|
source [file join $scriptdir $::env(POST_IMPL_DEBUG_TCL)]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Create reports for the current implementation
|
# Create reports for the current implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user