yosys/techlibs/common/Makefile.inc

38 lines
1.2 KiB
PHP
Raw Normal View History

2014-12-30 04:41:24 -06:00
ifneq ($(SMALL),1)
2014-09-14 09:09:06 -05:00
OBJS += techlibs/common/synth.o
2014-12-30 04:41:24 -06:00
endif
2014-09-14 09:09:06 -05:00
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
EXTRA_TARGETS += share/simlib.v share/simcells.v share/techmap.v share/blackbox.v share/pmux2mux.v share/adff2dff.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
share/adff2dff.v: techlibs/common/adff2dff.v
$(P) mkdir -p share
$(Q) cp techlibs/common/adff2dff.v share/adff2dff.v