diff options
author | Dan Ravensloft <dan.ravensloft@gmail.com> | 2019-07-18 17:08:52 +0100 |
---|---|---|
committer | Dan Ravensloft <dan.ravensloft@gmail.com> | 2019-07-18 17:09:15 +0100 |
commit | d5b3b3bc6f9461fcdbad3dce849b4ab8988515db (patch) | |
tree | bb04d65f85d6aa631674b78635343dce31e2fce3 | |
parent | 999811572a652a60003b98b120a5e2da20aad059 (diff) | |
download | yosys-d5b3b3bc6f9461fcdbad3dce849b4ab8988515db.tar.gz yosys-d5b3b3bc6f9461fcdbad3dce849b4ab8988515db.tar.bz2 yosys-d5b3b3bc6f9461fcdbad3dce849b4ab8988515db.zip |
synth_intel: revert change to run_max10
-rw-r--r-- | examples/intel/MAX10/run_max10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/intel/MAX10/run_max10 b/examples/intel/MAX10/run_max10 index 5bf4fc141..0378e4fa7 100644 --- a/examples/intel/MAX10/run_max10 +++ b/examples/intel/MAX10/run_max10 @@ -1 +1 @@ -../../../yosys -p "synth_intel -family max10 -top top -vqm top.vqm" top.v sevenseg.v +yosys -p "synth_intel -family max10 -top top -vqm top.vqm" top.v sevenseg.v |