<koschei[m]>
Hey all! Has anyone got a good example of how to use the Connectors exposed by some of the platforms in amaranth_boards in a design? Specifically, I’d like to grab 8 of the header pins on an UpduinoV2 and drive them as simple outputs for a blinking LED hello world project, but the platform.request() method I’m used to from another board doesn’t seem to recognize Connector names. Do I need to derive a Resource from the Connector
<koschei[m]>
and use that, or is there a better way?