Skip to content

Commit ca10e82

Browse files
authored
Merge pull request #58 from gatecat/doc-const-cell-pins
device: Document constant bel pin rules
2 parents 6b29737 + dc7a1db commit ca10e82

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)