mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Disable broken dffe pass for now
This commit is contained in:
parent
8499d31cf2
commit
bfc35122ef
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ struct OptDffPass : public Pass {
|
||||||
{
|
{
|
||||||
log_header(design, "Executing OPT_DFF pass (perform DFF optimizations).\n");
|
log_header(design, "Executing OPT_DFF pass (perform DFF optimizations).\n");
|
||||||
OptDffOptions opt;
|
OptDffOptions opt;
|
||||||
opt.nodffe = false;
|
opt.nodffe = true; // SILIMATE: DISABLE DFFE PASS BECAUSE IT BREAKS THE DESIGN
|
||||||
opt.nosdff = false;
|
opt.nosdff = false;
|
||||||
opt.simple_dffe = false;
|
opt.simple_dffe = false;
|
||||||
opt.keepdc = false;
|
opt.keepdc = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue