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.
2 parents 6b29737 + dc7a1db commit ca10e82Copy full SHA for ca10e82
interchange/DeviceResources.capnp
@@ -343,6 +343,9 @@ struct Device {
343
344
# Map one cell pin to one BEL pin.
345
# 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.
349
struct CellBelPinEntry {
350
cellPin @0 : StringIdx $stringRef();
351
belPin @1 : StringIdx $stringRef();
0 commit comments