mirror of https://github.com/YosysHQ/yosys.git
Run clean after splitnets in synth_greenpak4
This commit is contained in:
parent
7f16784f3c
commit
c9c5192cd6
|
@ -194,7 +194,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
|
||||||
|
|
||||||
if (check_label("json"))
|
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)
|
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