mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
10 lines
477 B
Makefile
10 lines
477 B
Makefile
|
|
OBJS += techlibs/efinix/synth_efinix.o
|
|
OBJS += techlibs/efinix/efinix_gbuf.o
|
|
OBJS += techlibs/efinix/efinix_fixcarry.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))
|
|
$(eval $(call add_share_file,share/efinix,techlibs/efinix/brams_map.v))
|
|
$(eval $(call add_share_file,share/efinix,techlibs/efinix/bram.txt)) |