3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 11:07:52 +00:00

Moved equiv stuff to passes/equiv/

This commit is contained in:
Clifford Wolf 2015-01-22 12:03:15 +01:00
parent abf8398216
commit 0a225f8b27
5 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,5 @@
OBJS += passes/equiv/equiv_make.o
OBJS += passes/equiv/equiv_simple.o
OBJS += passes/equiv/equiv_status.o