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
+1 -1
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