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 a64852d commit 447c14fCopy full SHA for 447c14f
chipflow_lib/platforms/sim.py
@@ -94,7 +94,7 @@ def build(self, e):
94
else:
95
# FIXME: use -defer (workaround for YosysHQ/yosys#4059)
96
print(f"read_verilog {extra_filename}", file=yosys_file)
97
- print("read_ilang sim_soc.il", file=yosys_file)
+ print("read_rtlil sim_soc.il", file=yosys_file)
98
print("hierarchy -top sim_top", file=yosys_file)
99
# FIXME: use the default -O6 (workaround for YosysHQ/yosys#4227)
100
print("write_cxxrtl -O4 -header sim_soc.cc", file=yosys_file)
0 commit comments