3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 10:20:24 +00:00

Initial EFINIX support

This commit is contained in:
Miodrag Milanovic 2019-08-03 12:29:30 +02:00
parent 0917a5cf72
commit ab98f604fd
5 changed files with 370 additions and 0 deletions

View file

@ -0,0 +1,6 @@
OBJS += techlibs/efinix/synth_efinix.o
$(eval $(call add_share_file,share/efinix,techlibs/efinix/cells_map.v))
$(eval $(call add_share_file,share/efinix,techlibs/efinix/arith_map.v))
$(eval $(call add_share_file,share/efinix,techlibs/efinix/cells_sim.v))