aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-01-05 11:13:26 +0100
committerClifford Wolf <clifford@clifford.at>2013-01-05 11:13:26 +0100
commit7764d0ba1dcf064ae487ee985c43083a0909e7f4 (patch)
tree18c05b8729df381af71b707748ce1d605e0df764 /techlibs/Makefile.inc
downloadyosys-7764d0ba1dcf064ae487ee985c43083a0909e7f4.tar.gz
yosys-7764d0ba1dcf064ae487ee985c43083a0909e7f4.tar.bz2
yosys-7764d0ba1dcf064ae487ee985c43083a0909e7f4.zip
initial import
Diffstat (limited to 'techlibs/Makefile.inc')
-rw-r--r--techlibs/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/techlibs/Makefile.inc b/techlibs/Makefile.inc
new file mode 100644
index 000000000..031a4ad30
--- /dev/null
+++ b/techlibs/Makefile.inc
@@ -0,0 +1,7 @@
+
+TARGETS += techlibs/blackbox.v
+
+techlibs/blackbox.v: techlibs/blackbox.sed techlibs/simlib.v techlibs/stdcells_sim.v
+ cat techlibs/simlib.v techlibs/stdcells_sim.v | sed -rf techlibs/blackbox.sed > techlibs/blackbox.v.new
+ mv techlibs/blackbox.v.new techlibs/blackbox.v
+