summaryrefslogtreecommitdiff
path: root/techlibs/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/Makefile.inc')
-rw-r--r--techlibs/Makefile.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/techlibs/Makefile.inc b/techlibs/Makefile.inc
deleted file mode 100644
index 6c2a5f66..00000000
--- a/techlibs/Makefile.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-
-EXTRA_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
-