diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-09-15 11:52:57 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-09-15 11:52:57 +0200 |
commit | 288ba9618af9c5ba9db1131955c92d59166d120d (patch) | |
tree | d65852d388355322a9e7166ba0b0661e24eb220e /techlibs | |
parent | 647c23b7b7e3a72fc64d9b1ad07dacd590865898 (diff) | |
download | yosys-288ba9618af9c5ba9db1131955c92d59166d120d.tar.gz yosys-288ba9618af9c5ba9db1131955c92d59166d120d.tar.bz2 yosys-288ba9618af9c5ba9db1131955c92d59166d120d.zip |
Moved common techlib files to techlibs/common
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/Makefile.inc | 7 | ||||
-rw-r--r-- | techlibs/common/Makefile.inc | 7 | ||||
-rw-r--r-- | techlibs/common/blackbox.sed (renamed from techlibs/blackbox.sed) | 0 | ||||
-rw-r--r-- | techlibs/common/simlib.v (renamed from techlibs/simlib.v) | 0 | ||||
-rw-r--r-- | techlibs/common/stdcells.v (renamed from techlibs/stdcells.v) | 0 | ||||
-rw-r--r-- | techlibs/common/stdcells_sim.v (renamed from techlibs/stdcells_sim.v) | 0 |
6 files changed, 7 insertions, 7 deletions
diff --git a/techlibs/Makefile.inc b/techlibs/Makefile.inc deleted file mode 100644 index 6c2a5f66a..000000000 --- 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 - diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc new file mode 100644 index 000000000..ad0076456 --- /dev/null +++ b/techlibs/common/Makefile.inc @@ -0,0 +1,7 @@ + +EXTRA_TARGETS += techlibs/common/blackbox.v + +techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.v techlibs/common/stdcells_sim.v + 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 + diff --git a/techlibs/blackbox.sed b/techlibs/common/blackbox.sed index 4e9a3a7c6..4e9a3a7c6 100644 --- a/techlibs/blackbox.sed +++ b/techlibs/common/blackbox.sed diff --git a/techlibs/simlib.v b/techlibs/common/simlib.v index 7cd9906c9..7cd9906c9 100644 --- a/techlibs/simlib.v +++ b/techlibs/common/simlib.v diff --git a/techlibs/stdcells.v b/techlibs/common/stdcells.v index d861d796e..d861d796e 100644 --- a/techlibs/stdcells.v +++ b/techlibs/common/stdcells.v diff --git a/techlibs/stdcells_sim.v b/techlibs/common/stdcells_sim.v index 6e5d2719a..6e5d2719a 100644 --- a/techlibs/stdcells_sim.v +++ b/techlibs/common/stdcells_sim.v |