mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
Add bwmuxmap pass
This commit is contained in:
parent
7203ba7bc1
commit
be752a20dc
7 changed files with 76 additions and 0 deletions
|
@ -31,6 +31,7 @@ OBJS += passes/techmap/dffinit.o
|
|||
OBJS += passes/techmap/pmuxtree.o
|
||||
OBJS += passes/techmap/bmuxmap.o
|
||||
OBJS += passes/techmap/demuxmap.o
|
||||
OBJS += passes/techmap/bwmuxmap.o
|
||||
OBJS += passes/techmap/muxcover.o
|
||||
OBJS += passes/techmap/aigmap.o
|
||||
OBJS += passes/techmap/tribuf.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue