aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-07-11 22:42:25 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-07-11 22:42:25 -0700
commit8619d33114edc58d89247ac3471d4115e1689a82 (patch)
tree90e5ffd130e0c435815027f206f91a68cc8b5a43 /techlibs/greenpak4
parentc71785d65e9775093b24ce684ed4fbe93bedb04d (diff)
downloadyosys-8619d33114edc58d89247ac3471d4115e1689a82.tar.gz
yosys-8619d33114edc58d89247ac3471d4115e1689a82.tar.bz2
yosys-8619d33114edc58d89247ac3471d4115e1689a82.zip
Removed splitnets in prep for new gp4par parser
Diffstat (limited to 'techlibs/greenpak4')
-rw-r--r--techlibs/greenpak4/synth_greenpak4.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc
index 50820a600..c8f81a18d 100644
--- a/techlibs/greenpak4/synth_greenpak4.cc
+++ b/techlibs/greenpak4/synth_greenpak4.cc
@@ -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()));
}