We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f887692 + a23df7f commit 272f9deCopy full SHA for 272f9de
flow/scripts/synth.tcl
@@ -62,7 +62,7 @@ if { [env_var_exists_and_non_empty SYNTH_RETIME_MODULES] } {
62
memory_map
63
opt -full
64
techmap
65
- abc -dff -script scripts/abc_retime.script
+ abc -dff -script $::env(SCRIPTS_DIR)/abc_retime.script
66
select -clear
67
}
68
@@ -123,7 +123,7 @@ setundef -zero
123
if { ![env_var_exists_and_non_empty SYNTH_WRAPPED_OPERATORS] } {
124
log_cmd abc {*}$abc_args
125
} else {
126
- scratchpad -set abc9.script scripts/abc_speed_gia_only.script
+ scratchpad -set abc9.script $::env(SCRIPTS_DIR)/abc_speed_gia_only.script
127
# crop out -script from arguments
128
set abc_args [lrange $abc_args 2 end]
129
log_cmd abc_new {*}$abc_args
0 commit comments