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
|
|
|
|
2013-09-15 04:52:57 -05:00
|
|
|
EXTRA_TARGETS += techlibs/common/blackbox.v
|
|
|
|
|
2013-11-24 13:44:00 -06:00
|
|
|
techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.v techlibs/common/simcells.v
|
2014-07-24 10:15:01 -05: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 04:52:57 -05:00
|
|
|
|
2014-08-07 09:14:38 -05:00
|
|
|
EXTRA_TARGETS += share/simlib.v share/simcells.v share/techmap.v share/blackbox.v share/pmux2mux.v share/adff2dff.v
|
2013-11-19 16:05:46 -06:00
|
|
|
|
|
|
|
share/simlib.v: techlibs/common/simlib.v
|
2014-07-24 10:15:01 -05:00
|
|
|
$(P) mkdir -p share
|
|
|
|
$(Q) cp techlibs/common/simlib.v share/simlib.v
|
2013-11-19 16:05:46 -06:00
|
|
|
|
2013-11-24 13:44:00 -06:00
|
|
|
share/simcells.v: techlibs/common/simcells.v
|
2014-07-24 10:15:01 -05:00
|
|
|
$(P) mkdir -p share
|
|
|
|
$(Q) cp techlibs/common/simcells.v share/simcells.v
|
2013-11-24 13:44:00 -06:00
|
|
|
|
2014-07-30 19:32:00 -05:00
|
|
|
share/techmap.v: techlibs/common/techmap.v
|
|
|
|
$(P) mkdir -p share
|
|
|
|
$(Q) cp techlibs/common/techmap.v share/techmap.v
|
|
|
|
|
2013-11-24 13:44:00 -06:00
|
|
|
share/blackbox.v: techlibs/common/blackbox.v
|
2014-07-24 10:15:01 -05:00
|
|
|
$(P) mkdir -p share
|
|
|
|
$(Q) cp techlibs/common/blackbox.v share/blackbox.v
|
2013-11-24 13:44:00 -06:00
|
|
|
|
2014-01-17 13:06:15 -06:00
|
|
|
share/pmux2mux.v: techlibs/common/pmux2mux.v
|
2014-07-24 10:15:01 -05:00
|
|
|
$(P) mkdir -p share
|
|
|
|
$(Q) cp techlibs/common/pmux2mux.v share/pmux2mux.v
|
2014-01-17 13:06:15 -06:00
|
|
|
|
2014-08-07 09:14:38 -05:00
|
|
|
share/adff2dff.v: techlibs/common/adff2dff.v
|
|
|
|
$(P) mkdir -p share
|
|
|
|
$(Q) cp techlibs/common/adff2dff.v share/adff2dff.v
|
|
|
|
|