From c9c5192cd63dc4c08441e94c8d53428503ccc4af Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 23 Apr 2016 23:09:45 +0200 Subject: [PATCH] Run clean after splitnets in synth_greenpak4 --- techlibs/greenpak4/synth_greenpak4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index ec1b687b0..3559e0fad 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -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 ? "" : json_file.c_str())); } -- 2.30.2