diff options
Diffstat (limited to 'techlibs/Makefile.inc')
-rw-r--r-- | techlibs/Makefile.inc | 7 |
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 + |