3
0
Fork 0
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:
Krystine Sherwin 2025-07-21 10:36:19 +12:00
parent 3804af35fc
commit 3eb7b35c29
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View file

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

View file

@ -1,5 +1,4 @@
OBJS += passes/techmap/flatten.o
OBJS += passes/techmap/techmap.o
OBJS += passes/techmap/simplemap.o
OBJS += passes/techmap/dfflibmap.o