mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 03:45:52 +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
10
techlibs/altera_intel/Makefile.inc
Normal file
10
techlibs/altera_intel/Makefile.inc
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
OBJS += techlibs/altera_intel/synth_intel.o
|
||||
|
||||
#$(eval $(call add_share_file,share/altera_intel,techlibs/altera_intel/lpm_functions.v))
|
||||
$(eval $(call add_share_file,share/altera_intel/max10,techlibs/altera_intel/max10/cells_comb_max10.v))
|
||||
$(eval $(call add_share_file,share/altera_intel/cycloneiv,techlibs/altera_intel/cycloneiv/cells_comb_cycloneiv.v))
|
||||
$(eval $(call add_share_file,share/altera_intel/max10,techlibs/altera_intel/max10/cells_map_max10.v))
|
||||
$(eval $(call add_share_file,share/altera_intel/cycloneiv,techlibs/altera_intel/cycloneiv/cells_map_cycloneiv.v))
|
||||
#$(eval $(call add_share_file,share/altera_intel/max10,techlibs/altera_intel/max10/cells_arith_max10.v))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue