projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea7342
)
Install simlib in datdir
author
Clifford Wolf
<clifford@clifford.at>
Tue, 19 Nov 2013 22:05:46 +0000
(23:05 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 19 Nov 2013 22:05:46 +0000
(23:05 +0100)
techlibs/common/Makefile.inc
patch
|
blob
|
history
diff --git
a/techlibs/common/Makefile.inc
b/techlibs/common/Makefile.inc
index ad0076456b422149279867df00d6afea243c68c6..e81d34fbc5a728436b457b56142fd6877dc38563 100644
(file)
--- 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
+