mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 10:20:24 +00:00
Initial EFINIX support
This commit is contained in:
parent
0917a5cf72
commit
ab98f604fd
5 changed files with 370 additions and 0 deletions
6
techlibs/efinix/Makefile.inc
Normal file
6
techlibs/efinix/Makefile.inc
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue