Skip to content

Commit 4dd3543

Browse files
committed
synth: Check netlist is fully mapped
Signed-off-by: Martin Povišer <[email protected]>
1 parent 5375c02 commit 4dd3543

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/scripts/synth.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ tee -o $::env(REPORTS_DIR)/synth_check.txt check
100100

101101
tee -o $::env(REPORTS_DIR)/synth_stat.txt stat {*}$stat_libs
102102

103+
# check the design is composed exclusively of target cells, and check for other problems
104+
check -assert -mapped
105+
103106
# Write synthesized design
104107
write_verilog -noexpr -nohex -nodec $::env(RESULTS_DIR)/1_1_yosys.v
105108
# One day a more sophisticated synthesis will write out a modified

0 commit comments

Comments
 (0)