3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-10 19:07:20 +00:00

gowin: synth_gowin: Add MULT inference for GW1N and GW2A

This commit is contained in:
Maxim Kudinov 2026-01-25 22:10:08 +03:00
parent f5ea73eb97
commit 808ec8c04b
3 changed files with 114 additions and 1 deletions

View file

@ -12,3 +12,4 @@ $(eval $(call add_share_file,share/gowin,techlibs/gowin/brams_map_gw5a.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))
$(eval $(call add_share_file,share/gowin,techlibs/gowin/dsp_map.v))