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.
1 parent 84c0c0b commit 6c8dbafCopy full SHA for 6c8dbaf
1 file changed
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
@@ -120,7 +120,7 @@ opt
120
if { ![env_var_exists_and_non_empty SYNTH_WRAPPED_OPERATORS] } {
121
log_cmd abc {*}$abc_args
122
} else {
123
- scratchpad -set abc9.script scripts/abc_speed_gia_only.script
+ scratchpad -set abc9.script $::env(SCRIPTS_DIR)/abc_speed_gia_only.script
124
# crop out -script from arguments
125
set abc_args [lrange $abc_args 2 end]
126
log_cmd abc_new {*}$abc_args
0 commit comments