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 47b8dca + 71ff037 commit 9adb3d4Copy full SHA for 9adb3d4
flow/scripts/synth.tcl
@@ -14,6 +14,8 @@ if { [info exist ::env(SYNTH_GUT)] && $::env(SYNTH_GUT) == 1 } {
14
15
# Generic synthesis
16
synth -top $::env(DESIGN_NAME) {*}$::env(SYNTH_ARGS)
17
+# Get rid of indigestibles
18
+chformal -remove
19
20
if { [info exists ::env(USE_LSORACLE)] } {
21
set lso_script [open $::env(OBJECTS_DIR)/lso.script w]
0 commit comments