According to the schematic, RTS and CTS are not connected to CH340G in
this version of the board.
Ref. https://github.com/monsonite/BackIce_FPGA/blob/master/BlackIce18_07_01D.pdf
and https://forum.mystorm.uk/uploads/default/original/1X/
a5db1ce1c9bc2d91e63cfdc8424d699c2419a3d0.png
*SwitchResources(pins="37 38 39 41", invert=True, attrs=Attrs(IO_STANDARD="SB_LVCMOS")),
UARTResource(0,
- rx="88", tx="85", rts="91", cts="94",
- attrs=Attrs(IO_STANDARD="SB_LVCMOS", PULLUP=1)
+ rx="88", tx="85",
+ attrs=Attrs(IO_STANDARD="SB_LVCMOS", PULLUP=1),
+ role="dce"
),
SRAMResource(0,