3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-14 06:45:26 +00:00

equiv_opt: new command, for verifying optimization passes.

This commit is contained in:
whitequark 2018-12-06 14:28:20 +00:00
parent 1bb728e24f
commit c38ea9ae65
4 changed files with 169 additions and 24 deletions

View file

@ -9,4 +9,4 @@ OBJS += passes/equiv/equiv_induct.o
OBJS += passes/equiv/equiv_struct.o
OBJS += passes/equiv/equiv_purge.o
OBJS += passes/equiv/equiv_mark.o
OBJS += passes/equiv/equiv_opt.o