mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Use -match-init to not synth contradicting init values
This commit is contained in:
parent
72d03dc910
commit
a3b25b4af8
2 changed files with 13 additions and 11 deletions
|
@ -216,7 +216,7 @@ struct SynthGowinPass : public ScriptPass
|
|||
if (check_label("map_ffs"))
|
||||
{
|
||||
run("dffsr2dff");
|
||||
run("dff2dffs");
|
||||
run("dff2dffs -match-init");
|
||||
run("opt_clean");
|
||||
if (!nodffe)
|
||||
run("dff2dffe -direct-match $_DFF_* -direct-match $__DFFS_*");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue