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
@@ -662,6 +662,7 @@ struct SynthXilinxPass : public ScriptPass
run("hierarchy -check");
run("stat -tech xilinx");
run("check -noinit");
run("blackbox =A:whitebox");
}
if (check_label("edif")) {