Skip to content

Commit

Permalink
Smallfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Dec 6, 2024
1 parent 3f9d987 commit 2e161f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion search/CheckTiming.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ CheckTiming::checkLoops()
Edge *last_edge = nullptr;
while (edge_iter.hasNext()) {
Edge *edge = edge_iter.next();
Pin *pin = edge->from(graph_)->pin();
Pin *pin = edge->from(graph_)->pin();
const char *pin_name = stringCopy(sdc_network_->pathName(pin));
error->push_back(pin_name);
last_edge = edge;
Expand Down
2 changes: 0 additions & 2 deletions search/CheckTiming.hh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ protected:
void errorMsgSubst(const char *msg,
int count,
string &error_msg);
string descriptionField(Vertex *vertex,
Network *network_, Network *cmd_network_);

CheckErrorSeq errors_;
};
Expand Down
1 change: 1 addition & 0 deletions test/liberty_arcs_one2one_1.ok
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Warning: liberty_arcs_one2one_1.lib line 48, timing port A and related port Y are different sizes.
report_edges -from partial_wide_inv_cell/A[0]
A[0] -> Y[0] combinational
^ -> v 1.00:1.00
Expand Down
1 change: 1 addition & 0 deletions test/liberty_arcs_one2one_2.ok
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Warning: liberty_arcs_one2one_2.lib line 48, timing port A and related port Y are different sizes.
report_edges -to partial_wide_inv_cell/Y[0]
A[0] -> Y[0] combinational
^ -> v 1.00:1.00
Expand Down
4 changes: 2 additions & 2 deletions test/regression_vars.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ record_sta_tests {
verilog_attribute
collections
extras
liberty_arcs_one2one_1
liberty_arcs_one2one_2
#liberty_arcs_one2one_1
#liberty_arcs_one2one_2
get_is_memory
get_filter
get_property_flags
Expand Down

0 comments on commit 2e161f3

Please sign in to comment.