3
0
Fork 0
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:
Krystine Sherwin 2025-03-21 10:28:48 +13:00
parent 9966c5cd2d
commit 84dbdb4b6b
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