2013-09-15 11:52:57 +02:00
|
|
|
|
2014-12-30 11:41:24 +01:00
|
|
|
ifneq ($(SMALL),1)
|
2014-09-14 16:09:06 +02:00
|
|
|
OBJS += techlibs/common/synth.o
|
2015-10-14 22:46:41 +02:00
|
|
|
OBJS += techlibs/common/prep.o
|
2014-12-30 11:41:24 +01:00
|
|
|
endif
|
2014-09-14 16:09:06 +02:00
|
|
|
|
2015-10-14 16:27:42 +02:00
|
|
|
GENFILES += techlibs/common/simlib_help.inc
|
|
|
|
|
GENFILES += techlibs/common/simcells_help.inc
|
|
|
|
|
|
|
|
|
|
techlibs/common/simlib_help.inc: techlibs/common/cellhelp.py techlibs/common/simlib.v
|
|
|
|
|
$(Q) mkdir -p techlibs/common
|
2019-10-19 08:04:52 +02:00
|
|
|
$(P) $(PYTHON_EXECUTABLE) $^ > $@.new
|
2015-10-14 16:27:42 +02:00
|
|
|
$(Q) mv $@.new $@
|
|
|
|
|
|
|
|
|
|
techlibs/common/simcells_help.inc: techlibs/common/cellhelp.py techlibs/common/simcells.v
|
|
|
|
|
$(Q) mkdir -p techlibs/common
|
2019-10-19 08:04:52 +02:00
|
|
|
$(P) $(PYTHON_EXECUTABLE) $^ > $@.new
|
2015-10-14 16:27:42 +02:00
|
|
|
$(Q) mv $@.new $@
|
|
|
|
|
|
|
|
|
|
kernel/register.o: techlibs/common/simlib_help.inc techlibs/common/simcells_help.inc
|
|
|
|
|
|
2015-01-08 00:23:18 +01:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/simlib.v))
|
|
|
|
|
$(eval $(call add_share_file,share,techlibs/common/simcells.v))
|
|
|
|
|
$(eval $(call add_share_file,share,techlibs/common/techmap.v))
|
|
|
|
|
$(eval $(call add_share_file,share,techlibs/common/pmux2mux.v))
|
|
|
|
|
$(eval $(call add_share_file,share,techlibs/common/adff2dff.v))
|
2017-05-31 11:45:58 +02:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/dff2ff.v))
|
2018-12-05 05:50:38 +01:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/gate2lut.v))
|
2019-01-02 08:53:31 +01:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/cmp2lut.v))
|
2015-01-16 15:50:42 +01:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/cells.lib))
|
2019-07-08 16:40:12 +02:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/mul2dsp.v))
|
2020-02-13 18:56:00 +01:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/abc9_model.v))
|
2020-01-17 19:51:27 +01:00
|
|
|
$(eval $(call add_share_file,share,techlibs/common/cmp2lcu.v))
|