3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 19:21:23 +00:00

Remove now-redundant dff2dffs pass.

This commit is contained in:
Marcelina Kościelnicka 2020-07-21 16:41:26 +02:00
parent a0e99a9f3f
commit 5693386a4e
3 changed files with 0 additions and 216 deletions

View file

@ -42,7 +42,6 @@ OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
OBJS += passes/techmap/dfflegalize.o
OBJS += passes/techmap/dff2dffs.o
OBJS += passes/techmap/dffunmap.o
OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/extractinv.o