We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22eb848 commit 248c4c5Copy full SHA for 248c4c5
design_edit/src/rs_design_edit.cc
@@ -1811,7 +1811,7 @@ struct DesignEditRapidSilicon : public ScriptPass {
1811
1812
start = high_resolution_clock::now();
1813
log("Removing extra wires from wrapper module\n");
1814
- //ToDo
+ rem_extra_wires(wrapper_mod);
1815
end = high_resolution_clock::now();
1816
elapsed_time (start, end);
1817
0 commit comments