mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-24 03:57:54 +00:00
Add fmcombine pass
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
b5cf8c9442
commit
370db33a4c
4 changed files with 325 additions and 17 deletions
|
@ -9,5 +9,6 @@ OBJS += passes/sat/assertpmux.o
|
|||
OBJS += passes/sat/clk2fflogic.o
|
||||
OBJS += passes/sat/async2sync.o
|
||||
OBJS += passes/sat/supercover.o
|
||||
OBJS += passes/sat/fmcombine.o
|
||||
OBJS += passes/sat/mutate.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue