3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-07 07:45:47 +00:00

Move clkpart into passes/hierarchy

This commit is contained in:
Eddie Hung 2019-11-22 17:25:53 -08:00
parent 95af8f56e4
commit 900c806d4e
3 changed files with 1 additions and 1 deletions

View file

@ -2,4 +2,5 @@
OBJS += passes/hierarchy/hierarchy.o
OBJS += passes/hierarchy/uniquify.o
OBJS += passes/hierarchy/submod.o
OBJS += passes/hierarchy/clkpart.o