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
|
|
|
|
|
cat techlibs/common/simlib.v techlibs/common/simcells.v | sed -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
|
2013-09-15 11:52:57 +02:00
|
|
|
mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v
|
|
|
|
|
|
2013-11-24 20:44:00 +01:00
|
|
|
EXTRA_TARGETS += share/simlib.v share/simcells.v share/blackbox.v
|
2013-11-19 23:05:46 +01:00
|
|
|
|
|
|
|
|
share/simlib.v: techlibs/common/simlib.v
|
|
|
|
|
mkdir -p share
|
|
|
|
|
cp techlibs/common/simlib.v share/simlib.v
|
|
|
|
|
|
2013-11-24 20:44:00 +01:00
|
|
|
share/simcells.v: techlibs/common/simcells.v
|
|
|
|
|
mkdir -p share
|
|
|
|
|
cp techlibs/common/simcells.v share/simcells.v
|
|
|
|
|
|
|
|
|
|
share/blackbox.v: techlibs/common/blackbox.v
|
|
|
|
|
mkdir -p share
|
|
|
|
|
cp techlibs/common/blackbox.v share/blackbox.v
|
|
|
|
|
|