yosys/techlibs/common/Makefile.inc

30 lines
1.0 KiB
PHP
Raw Normal View History

EXTRA_TARGETS += techlibs/common/blackbox.v
techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.v techlibs/common/simcells.v
2014-07-24 17:15:01 +02:00
$(P) cat techlibs/common/simlib.v techlibs/common/simcells.v | $(SED) -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
$(Q) mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v
2014-07-31 02:32:00 +02:00
EXTRA_TARGETS += share/simlib.v share/simcells.v share/techmap.v share/blackbox.v share/pmux2mux.v
2013-11-19 23:05:46 +01:00
share/simlib.v: techlibs/common/simlib.v
2014-07-24 17:15:01 +02:00
$(P) mkdir -p share
$(Q) cp techlibs/common/simlib.v share/simlib.v
2013-11-19 23:05:46 +01:00
share/simcells.v: techlibs/common/simcells.v
2014-07-24 17:15:01 +02:00
$(P) mkdir -p share
$(Q) cp techlibs/common/simcells.v share/simcells.v
2014-07-31 02:32:00 +02:00
share/techmap.v: techlibs/common/techmap.v
$(P) mkdir -p share
$(Q) cp techlibs/common/techmap.v share/techmap.v
share/blackbox.v: techlibs/common/blackbox.v
2014-07-24 17:15:01 +02:00
$(P) mkdir -p share
$(Q) cp techlibs/common/blackbox.v share/blackbox.v
2014-01-17 20:06:15 +01:00
share/pmux2mux.v: techlibs/common/pmux2mux.v
2014-07-24 17:15:01 +02:00
$(P) mkdir -p share
$(Q) cp techlibs/common/pmux2mux.v share/pmux2mux.v
2014-01-17 20:06:15 +01:00