mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 12:08:19 +00:00
Use selected data (names, ports and parameters) from vendor file for GW1N series primitives. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
12 lines
600 B
Makefile
12 lines
600 B
Makefile
|
|
OBJS += techlibs/gowin/synth_gowin.o
|
|
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_map.v))
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_sim.v))
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_xtra.v))
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/arith_map.v))
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/brams_map.v))
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/brams.txt))
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/lutrams_map.v))
|
|
$(eval $(call add_share_file,share/gowin,techlibs/gowin/lutrams.txt))
|