summaryrefslogtreecommitdiff
path: root/techlibs
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-11-19 23:05:46 +0100
committerClifford Wolf <clifford@clifford.at>2013-11-19 23:05:46 +0100
commit0c91f890c9d0d93822bfaf6af6e0755b9f0d2c51 (patch)
tree719114c36df36752acae474e5a57833ac420ba23 /techlibs
parent7ea7342c18590b945bd8064bb63c8030d74327cc (diff)
Install simlib in datdir
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/common/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc
index ad007645..e81d34fb 100644
--- a/techlibs/common/Makefile.inc
+++ b/techlibs/common/Makefile.inc
@@ -5,3 +5,9 @@ techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.
cat techlibs/common/simlib.v techlibs/common/stdcells_sim.v | sed -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v
+EXTRA_TARGETS += share/simlib.v
+
+share/simlib.v: techlibs/common/simlib.v
+ mkdir -p share
+ cp techlibs/common/simlib.v share/simlib.v
+