mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 01:32:20 +00:00
Add "sim" command skeleton
This commit is contained in:
parent
e9918365fd
commit
75046aa531
2 changed files with 372 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
OBJS += passes/sat/sat.o
|
||||
OBJS += passes/sat/freduce.o
|
||||
OBJS += passes/sat/eval.o
|
||||
OBJS += passes/sat/sim.o
|
||||
OBJS += passes/sat/miter.o
|
||||
OBJS += passes/sat/expose.o
|
||||
OBJS += passes/sat/assertpmux.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue