mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-23 07:54:35 +00:00
Initial support for Anlogic FPGA
This commit is contained in:
parent
47c89d600c
commit
83bce9f59c
7 changed files with 1590 additions and 0 deletions
8
techlibs/anlogic/Makefile.inc
Normal file
8
techlibs/anlogic/Makefile.inc
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
OBJS += techlibs/anlogic/synth_anlogic.o
|
||||
OBJS += techlibs/anlogic/anlogic_eqn.o
|
||||
|
||||
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/cells_map.v))
|
||||
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/arith_map.v))
|
||||
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/cells_sim.v))
|
||||
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/eagle_bb.v))
|
Loading…
Add table
Add a link
Reference in a new issue