3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-02 01:13:19 +00:00

Remove now-redundant opt_rmdff pass.

This commit is contained in:
Marcelina Kościelnicka 2020-07-15 02:54:40 +02:00
parent 9a4f420b4b
commit acd8c5c205
2 changed files with 0 additions and 712 deletions

View file

@ -4,7 +4,6 @@ OBJS += passes/opt/opt_merge.o
OBJS += passes/opt/opt_mem.o
OBJS += passes/opt/opt_muxtree.o
OBJS += passes/opt/opt_reduce.o
OBJS += passes/opt/opt_rmdff.o
OBJS += passes/opt/opt_dff.o
OBJS += passes/opt/opt_share.o
OBJS += passes/opt/opt_clean.o