mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 04:03:45 +00:00
flatten: Move to hierarchy folder
This commit is contained in:
parent
9966c5cd2d
commit
84dbdb4b6b
|
@ -1,4 +1,5 @@
|
|||
|
||||
OBJS += passes/hierarchy/flatten.o
|
||||
OBJS += passes/hierarchy/hierarchy.o
|
||||
OBJS += passes/hierarchy/uniquify.o
|
||||
OBJS += passes/hierarchy/submod.o
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
OBJS += passes/techmap/flatten.o
|
||||
OBJS += passes/techmap/techmap.o
|
||||
OBJS += passes/techmap/simplemap.o
|
||||
OBJS += passes/techmap/dfflibmap.o
|
||||
|
|
Loading…
Reference in a new issue