Run clean after splitnets in synth_greenpak4

This commit is contained in:
Clifford Wolf 2016-04-23 23:09:45 +02:00
parent 7f16784f3c
commit c9c5192cd6
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("json"))
{
run("splitnets", "(temporary workaround for gp4par parser limitation)");
run("splitnets;;", "(temporary workaround for gp4par parser limitation)");
if (!json_file.empty() || help_mode)
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
}