mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 03:33:36 +00:00
8 lines
272 B
Makefile
8 lines
272 B
Makefile
|
|
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
|
|
|