mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-08 17:01:57 +00:00
Add initial support for both MAX10 and Cyclone IV (E|GX) FPGAs
This commit is contained in:
parent
fcb274a564
commit
c27dcc1e47
25 changed files with 2255 additions and 0 deletions
2
examples/intel/DE2i-150/run_cycloneiv
Normal file
2
examples/intel/DE2i-150/run_cycloneiv
Normal file
|
@ -0,0 +1,2 @@
|
|||
#/bin/env bash
|
||||
yosys -p "synth_intel -family cycloneiv -top top -vout top.vqm" top.v sevenseg.v
|
Loading…
Add table
Add a link
Reference in a new issue