Blackbox all whiteboxes after synthesis

This prevents issues like processes in whiteboxes triggering an error in
the JSON backend.

Signed-off-by: gatecat <[email protected]>
This commit is contained in:
gatecat
2021-03-17 21:07:20 +00:00
parent c8b45a4a82
commit cae905f551
16 changed files with 24 additions and 9 deletions
+1
View File
@@ -175,6 +175,7 @@ struct SynthEasicPass : public ScriptPass
run("hierarchy -check");
run("stat");
run("check -noinit");
run("blackbox =A:whitebox");
}
if (check_label("vlog"))