aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-10-16 15:32:26 +0200
committerClifford Wolf <clifford@clifford.at>2013-10-16 15:32:26 +0200
commitb6db2d9b3382ac3725f81586198ad7d9c014e990 (patch)
tree3065de94e1e8e7efd3ba137527b0372050733137 /passes/techmap/Makefile.inc
parent5745d3de9afdf525751a1d63d2c936005fe43476 (diff)
downloadyosys-b6db2d9b3382ac3725f81586198ad7d9c014e990.tar.gz
yosys-b6db2d9b3382ac3725f81586198ad7d9c014e990.tar.bz2
yosys-b6db2d9b3382ac3725f81586198ad7d9c014e990.zip
Moved dfflibmap from passes/dfflibmap to passes/techmap
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 152950663..022603564 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -1,6 +1,9 @@
-GENFILES += passes/techmap/stdcells.inc
OBJS += passes/techmap/techmap.o
+OBJS += passes/techmap/dfflibmap.o
+OBJS += passes/techmap/libparse.o
+
+GENFILES += passes/techmap/stdcells.inc
passes/techmap/stdcells.inc: techlibs/common/stdcells.v
echo "// autogenerated from $<" > $@.new
@@ -10,3 +13,9 @@ passes/techmap/stdcells.inc: techlibs/common/stdcells.v
passes/techmap/techmap.o: passes/techmap/stdcells.inc
+TARGETS += yosys-filterlib
+GENFILES += passes/techmap/filterlib.o
+
+yosys-filterlib: passes/techmap/filterlib.o
+ $(CXX) -o yosys-filterlib $(LDFLAGS) $^ $(LDLIBS)
+