From 510f628b2156f0551ddf68cd52da249049619a3e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 15 Apr 2022 23:54:10 +0100 Subject: [PATCH] comment about UARTResource for orangecrab --- src/ls2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ls2.py b/src/ls2.py index 6226589..a959085 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -884,6 +884,7 @@ def build_platform(fpga, firmware): # get UART resource pins if platform is not None: if fpga=="orangecrab": + # assumes an FT232 USB-UART soldered onto these two pins. orangecrab_uart = UARTResource(0, rx="N17", tx="M18", attrs=Attrs(IOSTANDARD="LVCMOS33")) platform.add_resources([orangecrab_uart]) -- 2.30.2