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 10:15:01 -05: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-30 19:32:00 -05:00
EXTRA_TARGETS += share/simlib.v share/simcells.v share/techmap.v share/blackbox.v share/pmux2mux.v
2013-11-19 16:05:46 -06:00
share/simlib.v: techlibs/common/simlib.v
2014-07-24 10:15:01 -05:00
$(P) mkdir -p share
$(Q) cp techlibs/common/simlib.v share/simlib.v
2013-11-19 16:05:46 -06:00
share/simcells.v: techlibs/common/simcells.v
2014-07-24 10:15:01 -05:00
$(P) mkdir -p share
$(Q) cp techlibs/common/simcells.v share/simcells.v
2014-07-30 19:32:00 -05: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 10:15:01 -05:00
$(P) mkdir -p share
$(Q) cp techlibs/common/blackbox.v share/blackbox.v
2014-01-17 13:06:15 -06:00
share/pmux2mux.v: techlibs/common/pmux2mux.v
2014-07-24 10:15:01 -05:00
$(P) mkdir -p share
$(Q) cp techlibs/common/pmux2mux.v share/pmux2mux.v
2014-01-17 13:06:15 -06:00