From: Clifford Wolf Date: Tue, 19 Nov 2013 22:05:46 +0000 (+0100) Subject: Install simlib in datdir X-Git-Tag: yosys-0.2.0~357 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c91f890c9d0d93822bfaf6af6e0755b9f0d2c51;p=yosys.git Install simlib in datdir --- diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index ad0076456..e81d34fbc 100644 --- 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 +