aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-16 23:20:49 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-16 23:20:49 +0200
commitde647a390c654bcdb04255c89d5d970cb0c1ed24 (patch)
tree77c6bb015aca4fd56b77f7020228a247b19b9523 /passes/techmap/Makefile.inc
parentfbdb8e7b3ed94993228181f949506355989ef54b (diff)
downloadyosys-de647a390c654bcdb04255c89d5d970cb0c1ed24.tar.gz
yosys-de647a390c654bcdb04255c89d5d970cb0c1ed24.tar.bz2
yosys-de647a390c654bcdb04255c89d5d970cb0c1ed24.zip
Added "shregmap" pass
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 1a34b9eaf..1b6fb2e67 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -26,6 +26,7 @@ OBJS += passes/techmap/tribuf.o
OBJS += passes/techmap/lut2mux.o
OBJS += passes/techmap/nlutmap.o
OBJS += passes/techmap/dffsr2dff.o
+OBJS += passes/techmap/shregmap.o
endif
GENFILES += passes/techmap/techmap.inc