2013-01-05 04:13:26 -06:00
|
|
|
|
|
|
|
OBJS += passes/techmap/techmap.o
|
2013-11-24 15:52:30 -06:00
|
|
|
OBJS += passes/techmap/simplemap.o
|
2013-10-16 08:32:26 -05:00
|
|
|
OBJS += passes/techmap/dfflibmap.o
|
2014-07-24 12:03:57 -05:00
|
|
|
OBJS += passes/techmap/libparse.o
|
|
|
|
|
|
|
|
ifneq ($(SMALL),1)
|
2013-10-16 09:16:06 -05:00
|
|
|
OBJS += passes/techmap/iopadmap.o
|
2014-01-19 14:58:58 -06:00
|
|
|
OBJS += passes/techmap/hilomap.o
|
2014-02-08 07:39:15 -06:00
|
|
|
OBJS += passes/techmap/extract.o
|
2014-09-07 11:23:04 -05:00
|
|
|
OBJS += passes/techmap/maccmap.o
|
2014-09-14 03:02:00 -05:00
|
|
|
OBJS += passes/techmap/alumacc.o
|
2014-07-24 12:03:57 -05:00
|
|
|
endif
|
2013-10-16 08:32:26 -05:00
|
|
|
|
2014-07-30 19:32:00 -05:00
|
|
|
GENFILES += passes/techmap/techmap.inc
|
2013-01-05 04:13:26 -06:00
|
|
|
|
2014-07-30 19:32:00 -05:00
|
|
|
passes/techmap/techmap.inc: techlibs/common/techmap.v
|
2014-07-24 10:15:01 -05:00
|
|
|
$(P) echo "// autogenerated from $<" > $@.new
|
|
|
|
$(Q) echo "static char stdcells_code[] = {" >> $@.new
|
|
|
|
$(Q) od -v -td1 -An $< | $(SED) -e 's/[0-9][0-9]*/&,/g' >> $@.new
|
|
|
|
$(Q) echo "0};" >> $@.new
|
|
|
|
$(Q) mv $@.new $@
|
2013-01-05 04:13:26 -06:00
|
|
|
|
2014-07-30 19:32:00 -05:00
|
|
|
passes/techmap/techmap.o: passes/techmap/techmap.inc
|
2013-01-05 04:13:26 -06:00
|
|
|
|
2013-10-16 08:32:26 -05:00
|
|
|
TARGETS += yosys-filterlib
|
|
|
|
GENFILES += passes/techmap/filterlib.o
|
|
|
|
|
|
|
|
yosys-filterlib: passes/techmap/filterlib.o
|
2014-07-24 10:15:01 -05:00
|
|
|
$(P) $(CXX) -o yosys-filterlib $(LDFLAGS) $^ $(LDLIBS)
|
2013-10-16 08:32:26 -05:00
|
|
|
|