mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
flatten: Move to hierarchy folder
This commit is contained in:
parent
3804af35fc
commit
3eb7b35c29
3 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue