Skip to content

Commit

Permalink
missing header file
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshi15108 committed Dec 7, 2023
1 parent 1c73bc8 commit 09004c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inou/locator/traverse_lg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class Traverse_lg : public Pass {
std::vector<Node_pin::Compact_flat> get_surrounding_pins(Node &node, Node_pin::Compact_flat main_node_dpin = Node_pin::Compact_flat(0,0,0)) const;
std::vector<std::pair<uint64_t, uint64_t>> get_loc_vec(absl::flat_hash_set<Node_pin::Compact_flat> &orig_node_pin_vec) const ;//FIXME: should have fnmae as well?
void remove_from_crit_node_set(const Node_pin::Compact_flat &dpin_cf);
void get_node_pin_compact_flat_details(const Node_pin::Compact_flat &np_cf) const;
void report_critical_matches_with_color();
void resolution_of_synth_map_of_sets(map_of_sets &synth_map_of_set);
void set_theory_match_loopLast_only();
Expand Down

0 comments on commit 09004c6

Please sign in to comment.