Skip to content

Commit 9adb3d4

Browse files
authored
Merge pull request #1853 from Pinata-Consulting/yosys-indigestibles
synthesis: get rid of indigestibles
2 parents 47b8dca + 71ff037 commit 9adb3d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/scripts/synth.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if { [info exist ::env(SYNTH_GUT)] && $::env(SYNTH_GUT) == 1 } {
1414

1515
# Generic synthesis
1616
synth -top $::env(DESIGN_NAME) {*}$::env(SYNTH_ARGS)
17+
# Get rid of indigestibles
18+
chformal -remove
1719

1820
if { [info exists ::env(USE_LSORACLE)] } {
1921
set lso_script [open $::env(OBJECTS_DIR)/lso.script w]

0 commit comments

Comments
 (0)