mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-23 10:29:44 +00:00
Add check before flatten in synth_*.
This commit is contained in:
parent
16b893bd88
commit
fff034d2f8
20 changed files with 47 additions and 14 deletions
|
|
@ -210,6 +210,7 @@ struct SynthGateMatePass : public ScriptPass
|
|||
{
|
||||
run("proc");
|
||||
if (!noflatten) {
|
||||
run("check");
|
||||
run("flatten");
|
||||
}
|
||||
run("tribuf -logic");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue