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

Add opt_ffinv pass.

This commit is contained in:
Marcelina Kościelnicka 2022-05-13 16:59:52 +02:00
parent f56a3bd48f
commit 2858bb03cd
4 changed files with 268 additions and 3 deletions

View file

@ -19,6 +19,7 @@ OBJS += passes/opt/opt_demorgan.o
OBJS += passes/opt/rmports.o
OBJS += passes/opt/opt_lut.o
OBJS += passes/opt/opt_lut_ins.o
OBJS += passes/opt/opt_ffinv.o
OBJS += passes/opt/pmux2shiftx.o
OBJS += passes/opt/muxpack.o
endif