mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added EXTRA_TARGETS Makefile variable
This commit is contained in:
parent
eff8c68dd9
commit
d60fbaf664
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
TARGETS += techlibs/blackbox.v
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue