mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-02 20:31:22 +00:00
Add better Yosys/Verific name aliasing and reenable dffe opt
This commit is contained in:
parent
2337d97977
commit
fce46d2a53
4 changed files with 6 additions and 2 deletions
|
@ -884,7 +884,7 @@ struct OptDffPass : public Pass {
|
|||
{
|
||||
log_header(design, "Executing OPT_DFF pass (perform DFF optimizations).\n");
|
||||
OptDffOptions opt;
|
||||
opt.nodffe = true; // SILIMATE: DISABLE DFFE PASS BECAUSE IT BREAKS THE DESIGN
|
||||
opt.nodffe = false;
|
||||
opt.nosdff = false;
|
||||
opt.simple_dffe = false;
|
||||
opt.keepdc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue