3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-19 01:32:20 +00:00

Added scc pass (find logic loops)

This commit is contained in:
Clifford Wolf 2013-03-15 10:24:08 +01:00
parent 13b2279b6c
commit cd5767d61b
2 changed files with 300 additions and 0 deletions

3
passes/scc/Makefile.inc Normal file
View file

@ -0,0 +1,3 @@
OBJS += passes/scc/scc.o