2013-09-15 11:52:57 +02:00
|
|
|
|
2014-12-30 11:41:24 +01:00
|
|
|
ifneq ($(SMALL),1)
|
2014-09-14 16:09:06 +02:00
|
|
|
OBJS += techlibs/common/synth.o
|
2014-12-30 11:41:24 +01:00
|
|
|
endif
|
2014-09-14 16:09:06 +02:00
|
|
|
|
2013-09-15 11:52:57 +02:00
|
|
|
EXTRA_TARGETS += techlibs/common/blackbox.v
|
|
|
|
|
|
2013-11-24 20:44:00 +01:00
|
|
|
techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.v techlibs/common/simcells.v
|
2014-07-24 17:15:01 +02:00
|
|
|
$(P) cat techlibs/common/simlib.v techlibs/common/simcells.v | $(SED) -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
|
|
|
|
|
$(Q) mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v
|
2013-09-15 11:52:57 +02:00
|
|
|
|
2015-01-08 00:23:18 +01: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/blackbox.v))
|
|
|
|
|
$(eval $(call add_share_file,share,techlibs/common/pmux2mux.v))
|
|
|
|
|
$(eval $(call add_share_file,share,techlibs/common/adff2dff.v))
|
2014-08-07 16:14:38 +02:00
|
|
|
|