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 5375c02 commit 4dd3543Copy full SHA for 4dd3543
flow/scripts/synth.tcl
@@ -100,6 +100,9 @@ tee -o $::env(REPORTS_DIR)/synth_check.txt check
100
101
tee -o $::env(REPORTS_DIR)/synth_stat.txt stat {*}$stat_libs
102
103
+# check the design is composed exclusively of target cells, and check for other problems
104
+check -assert -mapped
105
+
106
# Write synthesized design
107
write_verilog -noexpr -nohex -nodec $::env(RESULTS_DIR)/1_1_yosys.v
108
# One day a more sophisticated synthesis will write out a modified
0 commit comments