3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 04:31:25 +00:00

synth_gatemate: Remove obsolete iob_map

This commit is contained in:
Patrick Urban 2021-11-10 15:44:54 +01:00 committed by Marcelina Kościelnicka
parent 81964d6d6f
commit 285ec0547b
3 changed files with 2 additions and 61 deletions

View file

@ -1,7 +1,6 @@
OBJS += techlibs/gatemate/synth_gatemate.o
$(eval $(call add_share_file,share/gatemate,techlibs/gatemate/iob_map.v))
$(eval $(call add_share_file,share/gatemate,techlibs/gatemate/reg_map.v))
$(eval $(call add_share_file,share/gatemate,techlibs/gatemate/mux_map.v))
$(eval $(call add_share_file,share/gatemate,techlibs/gatemate/lut_map.v))