Skip to content

Commit

Permalink
Added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MitjaNemec committed Mar 1, 2023
1 parent 0bd26f3 commit c21b3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions replicate_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,8 @@ def get_net_pairs(self, sheet):
if (src_net_depth == dst_net_depth or net_delta_depth == fp_delta_depth) and src_net_path[-1] == dst_net_path[-1]:
net_pairs.append(net_pair)
continue
# if I didn't find proper pair, append it to list for reporting
logger.info(f"Cannot pair src net: {src_net_path} and dst net: {dst_net_path}")
connectivity_issues.append((fp_pair[1].ref, pad_nr))
if connectivity_issues:
"""
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8

0 comments on commit c21b3cb

Please sign in to comment.