3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 05:30:53 +00:00

Added opt_rmports pass (remove unconnected ports from top-level modules)

This commit is contained in:
Andrew Zonenberg 2017-08-11 13:40:37 -07:00
parent 007f29b9c2
commit cca3cb5fbb
2 changed files with 133 additions and 0 deletions

View file

@ -6,6 +6,7 @@ OBJS += passes/opt/opt_reduce.o
OBJS += passes/opt/opt_rmdff.o
OBJS += passes/opt/opt_clean.o
OBJS += passes/opt/opt_expr.o
OBJS += passes/opt/opt_rmports.o
ifneq ($(SMALL),1)
OBJS += passes/opt/share.o