3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Disable broken dffe pass for now

This commit is contained in:
Akash Levy 2024-06-07 10:50:37 -07:00
parent 8499d31cf2
commit bfc35122ef

View file

@ -884,7 +884,7 @@ struct OptDffPass : public Pass {
{
log_header(design, "Executing OPT_DFF pass (perform DFF optimizations).\n");
OptDffOptions opt;
opt.nodffe = false;
opt.nodffe = true; // SILIMATE: DISABLE DFFE PASS BECAUSE IT BREAKS THE DESIGN
opt.nosdff = false;
opt.simple_dffe = false;
opt.keepdc = false;