Skip to content

Commit 41bb3a3

Browse files
committed
fix: debug message in pin_lock
1 parent 066a204 commit 41bb3a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chipflow_lib/pin_lock.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def allocate_pins(name: str, member: Dict[str, Any], pins: List[str], port_name:
5555
and PIN_ANNOTATION_SCHEMA in member['annotations']:
5656
logger.debug("matched IOSignature {sig}")
5757
sig = member['annotations'][PIN_ANNOTATION_SCHEMA]
58+
logger.debug(f"matched PinSignature {sig}")
59+
name = name
5860
width = sig['width']
5961
options = sig['options']
6062
pin_map[name] = {'pins': pins[0:width],

0 commit comments

Comments
 (0)