3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Fixed the -vout flag to -vqm in examples/intel directory

This commit is contained in:
dh73 2017-11-14 22:55:48 -06:00
parent 3fd1d61e2a
commit acee813a5c
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
yosys -p "synth_intel -family max10 -top top -vout top.vqm" top.v sevenseg.v
yosys -p "synth_intel -family max10 -top top -vqm top.vqm" top.v sevenseg.v