diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-04-07 09:58:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 09:58:54 +0200 |
commit | 7791888703a72880679ebe8ae3bbdc63db8f00e2 (patch) | |
tree | f474149e35f09f18cc6ff701ec03c667bd76477c /examples/intel/MAX10/run_max10 | |
parent | fcb274a5644016c4090cdfbfbd795f311a7e58f5 (diff) | |
parent | c27dcc1e47fa00cd415893c9d3f637a5d5865988 (diff) | |
download | yosys-7791888703a72880679ebe8ae3bbdc63db8f00e2.tar.gz yosys-7791888703a72880679ebe8ae3bbdc63db8f00e2.tar.bz2 yosys-7791888703a72880679ebe8ae3bbdc63db8f00e2.zip |
Merge pull request #337 from dh73/master
Add initial support for both MAX10 and Cyclone IV (E|GX) FPGAs
Diffstat (limited to 'examples/intel/MAX10/run_max10')
-rw-r--r-- | examples/intel/MAX10/run_max10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/intel/MAX10/run_max10 b/examples/intel/MAX10/run_max10 new file mode 100644 index 000000000..ef7649afb --- /dev/null +++ b/examples/intel/MAX10/run_max10 @@ -0,0 +1 @@ +yosys -p "synth_intel -family max10 -top top -vout top.vqm" top.v sevenseg.v |