Removed splitnets in prep for new gp4par parser

This commit is contained in:
Andrew Zonenberg 2016-07-11 22:42:25 -07:00
parent c71785d65e
commit 8619d33114
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("json"))
{
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()));
}