diff options
author | Ahmed Irfan <irfan@ubuntu.(none)> | 2014-01-18 17:29:55 +0100 |
---|---|---|
committer | Ahmed Irfan <irfan@ubuntu.(none)> | 2014-01-18 17:29:55 +0100 |
commit | da8af915522bb8cf47f19f901a8210ff3e2b6118 (patch) | |
tree | da4efbcf700f40024122effa7897be8f3b8acbb8 /techlibs/common/Makefile.inc | |
parent | 9a689f33a56d4b351bab021989f79e9b19500c62 (diff) | |
parent | bef17eeb109dd2dc4eaba6eb808a0172c0c53265 (diff) | |
download | yosys-da8af915522bb8cf47f19f901a8210ff3e2b6118.tar.gz yosys-da8af915522bb8cf47f19f901a8210ff3e2b6118.tar.bz2 yosys-da8af915522bb8cf47f19f901a8210ff3e2b6118.zip |
pmux2mux
Diffstat (limited to 'techlibs/common/Makefile.inc')
-rw-r--r-- | techlibs/common/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index e2e1ba25a..6d94d5c9b 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -5,7 +5,7 @@ techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib. cat techlibs/common/simlib.v techlibs/common/simcells.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/simcells.v share/blackbox.v +EXTRA_TARGETS += share/simlib.v share/simcells.v share/blackbox.v share/pmux2mux.v share/simlib.v: techlibs/common/simlib.v mkdir -p share @@ -19,3 +19,7 @@ share/blackbox.v: techlibs/common/blackbox.v mkdir -p share cp techlibs/common/blackbox.v share/blackbox.v +share/pmux2mux.v: techlibs/common/pmux2mux.v + mkdir -p share + cp techlibs/common/pmux2mux.v share/pmux2mux.v + |