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

Added "singleton" pass

This commit is contained in:
Clifford Wolf 2015-11-07 19:10:43 +01:00
parent 3ad742056b
commit 1ec6429bad
2 changed files with 102 additions and 0 deletions

View file

@ -1,4 +1,5 @@
OBJS += passes/hierarchy/hierarchy.o
OBJS += passes/hierarchy/singleton.o
OBJS += passes/hierarchy/submod.o