We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066a204 commit 41bb3a3Copy full SHA for 41bb3a3
chipflow_lib/pin_lock.py
@@ -55,6 +55,8 @@ def allocate_pins(name: str, member: Dict[str, Any], pins: List[str], port_name:
55
and PIN_ANNOTATION_SCHEMA in member['annotations']:
56
logger.debug("matched IOSignature {sig}")
57
sig = member['annotations'][PIN_ANNOTATION_SCHEMA]
58
+ logger.debug(f"matched PinSignature {sig}")
59
+ name = name
60
width = sig['width']
61
options = sig['options']
62
pin_map[name] = {'pins': pins[0:width],
0 commit comments