From c1ac3b66b13e9811130789b5f91a83d6a3102995 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 23 Jan 2018 00:01:45 +0800 Subject: [PATCH] sayma_rtm: fix 8fe463d4a --- artiq/gateware/targets/sayma_rtm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/gateware/targets/sayma_rtm.py b/artiq/gateware/targets/sayma_rtm.py index 338019044..979decaa3 100755 --- a/artiq/gateware/targets/sayma_rtm.py +++ b/artiq/gateware/targets/sayma_rtm.py @@ -94,7 +94,7 @@ class SaymaRTM(Module): csr_devices.append("clock_mux") # UART loopback - serial = platform.request(serial) + serial = platform.request("serial") self.comb += serial.tx.eq(serial.rx) # Allaki: enable RF output, GPIO access to attenuator