mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Updated Makefile to reflect opt_rmports being renamed to rmports
This commit is contained in:
parent
1a6a23f91a
commit
d5e5bbad86
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +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
|
||||
OBJS += passes/opt/rmports.o
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
OBJS += passes/opt/share.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue