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

Remove now-redundant dff2dffe pass.

This commit is contained in:
Marcelina Kościelnicka 2020-07-21 19:24:09 +02:00
parent 5693386a4e
commit 54a0c083a1
2 changed files with 0 additions and 415 deletions

View file

@ -27,7 +27,6 @@ OBJS += passes/techmap/extract_fa.o
OBJS += passes/techmap/extract_counter.o
OBJS += passes/techmap/extract_reduce.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
OBJS += passes/techmap/dffinit.o
OBJS += passes/techmap/pmuxtree.o
OBJS += passes/techmap/muxcover.o