summaryrefslogtreecommitdiff
path: root/techlibs/common/Makefile.inc
blob: f222a0289ca9a0dfaf502eeb661a7e8e0ae206e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ifneq ($(SMALL),1)
OBJS += techlibs/common/synth.o
endif

$(eval $(call add_share_file,share,techlibs/common/simlib.v))
$(eval $(call add_share_file,share,techlibs/common/simcells.v))
$(eval $(call add_share_file,share,techlibs/common/techmap.v))
$(eval $(call add_share_file,share,techlibs/common/pmux2mux.v))
$(eval $(call add_share_file,share,techlibs/common/adff2dff.v))
$(eval $(call add_share_file,share,techlibs/common/cells.lib))