Skip to content

Commit

Permalink
allow all orig nodes till end
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshi15108 committed Oct 8, 2023
1 parent ca44ca4 commit 27371df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inou/locator/traverse_lg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1091,11 +1091,11 @@ void Traverse_lg::make_io_maps(Lgraph* lg, map_of_sets& inp_map_of_sets, map_of_
remove_from_crit_node_set(node_pin_cf);
inp_map_of_sets.erase(node_pin_cf);
out_map_of_sets_synth.erase(node_pin_cf);
for (const auto& orig_pin : set_pins_cf) {
/* further accuracy attempt: remove the nodes used from orig as well*/
inp_map_of_sets_orig.erase(orig_pin);
out_map_of_sets_orig.erase(orig_pin);
}
// for (const auto& orig_pin : set_pins_cf) {
// /* further accuracy attempt: remove the nodes used from orig as well*/
// inp_map_of_sets_orig.erase(orig_pin);
// out_map_of_sets_orig.erase(orig_pin);
// }
if (flop_set_synth.find(node_pin_cf) != flop_set_synth.end()) {
flop_set_synth.erase(node_pin_cf);
}
Expand Down

0 comments on commit 27371df

Please sign in to comment.