mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21:25 +00:00
Add basic "mutate -list N" framework
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
c4575103af
commit
ea8ee24140
2 changed files with 230 additions and 0 deletions
|
@ -9,4 +9,5 @@ OBJS += passes/sat/assertpmux.o
|
|||
OBJS += passes/sat/clk2fflogic.o
|
||||
OBJS += passes/sat/async2sync.o
|
||||
OBJS += passes/sat/supercover.o
|
||||
OBJS += passes/sat/mutate.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue