3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 02:40:25 +00:00

Added freduce command

This commit is contained in:
Clifford Wolf 2013-08-06 15:04:52 +02:00
parent 117489f95a
commit 6efca9ea5a
2 changed files with 362 additions and 0 deletions

View file

@ -1,4 +1,5 @@
OBJS += passes/sat/sat.o
OBJS += passes/sat/freduce.o
OBJS += passes/sat/eval.o