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:
parent
13b2279b6c
commit
cd5767d61b
2 changed files with 300 additions and 0 deletions
3
passes/scc/Makefile.inc
Normal file
3
passes/scc/Makefile.inc
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
OBJS += passes/scc/scc.o
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue