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