Skip to content

Commit dc7a1db

Browse files
committed
device: Document constant bel pin rules
Signed-off-by: gatecat <gatecat@ds0.me>
1 parent 6b29737 commit dc7a1db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interchange/DeviceResources.capnp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ struct Device {
343343

344344
# Map one cell pin to one BEL pin.
345345
# Note: There may be more than one BEL pin mapped to one cell pin.
346+
# If cellPin is "GND" then the BEL pin is tied to ground, and if cellPin
347+
# is "VCC" then the BEL pin is tied to Vcc. This is used where BEL pins
348+
# must be tied to a constant, but there is no corresponding cell pin.
346349
struct CellBelPinEntry {
347350
cellPin @0 : StringIdx $stringRef();
348351
belPin @1 : StringIdx $stringRef();

0 commit comments

Comments
 (0)