diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-04-16 23:20:49 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-04-16 23:20:49 +0200 |
commit | de647a390c654bcdb04255c89d5d970cb0c1ed24 (patch) | |
tree | 77c6bb015aca4fd56b77f7020228a247b19b9523 /passes/techmap/Makefile.inc | |
parent | fbdb8e7b3ed94993228181f949506355989ef54b (diff) | |
download | yosys-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.inc | 1 |
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 |