<d1b2>
<garbile> That doesn't seem to use the platform resource, though. There's already a UART on the board that's used to program it, and I wanna use that
<vup>
Sarayan: I only make signals that need to be part of self (ie ports) part of self.
<adamgreig[m]>
garbile: the platform resource just says "these two fpga pins are called uart tx and uart rx", and on the PCB, they're wired to the FTDI chip that sends them over USB
<adamgreig[m]>
there's no UART built in to the FPGA itself; if you instantiate that UART from the amaranth examples folder, you can connect its pins to the uart.tx and uart.rx from your platform