Skip to content

Commit 248c4c5

Browse files
committed
Deleting extra wires from wrapper module
1 parent 22eb848 commit 248c4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design_edit/src/rs_design_edit.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ struct DesignEditRapidSilicon : public ScriptPass {
18111811

18121812
start = high_resolution_clock::now();
18131813
log("Removing extra wires from wrapper module\n");
1814-
//ToDo
1814+
rem_extra_wires(wrapper_mod);
18151815
end = high_resolution_clock::now();
18161816
elapsed_time (start, end);
18171817

0 commit comments

Comments
 (0)