mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-26 15:53:42 +00:00
Added "shregmap" pass
This commit is contained in:
parent
fbdb8e7b3e
commit
de647a390c
2 changed files with 262 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue