2013-09-15 04:52:57 -05:00
|
|
|
|
2014-12-30 04:41:24 -06:00
|
|
|
ifneq ($(SMALL),1)
|
2014-09-14 09:09:06 -05:00
|
|
|
OBJS += techlibs/common/synth.o
|
2014-12-30 04:41:24 -06:00
|
|
|
endif
|
2014-09-14 09:09:06 -05:00
|
|
|
|
2015-01-07 17:23:18 -06:00
|
|
|
$(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))
|
2015-01-16 08:50:42 -06:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/cells.lib))
|
2014-08-07 09:14:38 -05:00
|
|
|
|