mirror of https://github.com/YosysHQ/yosys.git
another typo
This commit is contained in:
parent
6b80e02d62
commit
5ba06fd947
|
@ -18,7 +18,7 @@
|
||||||
read_verilog mac.v
|
read_verilog mac.v
|
||||||
|
|
||||||
# run the synth flow, specifies top module and additional parameters
|
# run the synth flow, specifies top module and additional parameters
|
||||||
synticrochip -top mac -abc9 -family polarfire -noiopad
|
synth_microchip -top mac -abc9 -family polarfire -noiopad
|
||||||
|
|
||||||
# write final outputfile
|
# write final outputfile
|
||||||
write_verilog -noexpr mac.vm
|
write_verilog -noexpr mac.vm
|
||||||
|
|
Loading…
Reference in New Issue