diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-07-11 22:42:25 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-07-11 22:42:25 -0700 |
commit | 8619d33114edc58d89247ac3471d4115e1689a82 (patch) | |
tree | 90e5ffd130e0c435815027f206f91a68cc8b5a43 /techlibs/greenpak4 | |
parent | c71785d65e9775093b24ce684ed4fbe93bedb04d (diff) | |
download | yosys-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.cc | 1 |
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())); } |