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 2d34013 + 45752ca commit 2bee39eCopy full SHA for 2bee39e
synthesis/synth.tcl
@@ -52,6 +52,11 @@ yosys proc -nomux
52
yosys proc_mux
53
yosys flatten
54
55
+# Remove $print cells. These cells represent Verilog $display() tasks.
56
+# Some place and route tools cannot handle these in the output Verilog,
57
+# so remove them here.
58
+yosys delete {*/t:$print}
59
+
60
# Remove internal only aliases for public nets and then give created instances
61
# useful names. At this stage it is mainly flipflops created by the `proc`
62
# pass.
0 commit comments