mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Moved common techlib files to techlibs/common
This commit is contained in:
parent
647c23b7b7
commit
288ba9618a
13 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
7
techlibs/common/Makefile.inc
Normal file
7
techlibs/common/Makefile.inc
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue