From de647a390c654bcdb04255c89d5d970cb0c1ed24 Mon Sep 17 00:00:00 2001 From: Clifford Wolf <clifford@clifford.at> Date: Sat, 16 Apr 2016 23:20:49 +0200 Subject: Added "shregmap" pass --- passes/techmap/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'passes/techmap/Makefile.inc') 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 -- cgit v1.2.3