mirror of https://github.com/YosysHQ/yosys.git
Removed splitnets in prep for new gp4par parser
This commit is contained in:
parent
c71785d65e
commit
8619d33114
|
@ -195,7 +195,6 @@ struct SynthGreenPAK4Pass : public ScriptPass
|
||||||
|
|
||||||
if (check_label("json"))
|
if (check_label("json"))
|
||||||
{
|
{
|
||||||
run("splitnets;;", "(temporary workaround for gp4par parser limitation)");
|
|
||||||
if (!json_file.empty() || help_mode)
|
if (!json_file.empty() || help_mode)
|
||||||
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
|
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue