From 4da55815b0c5070c4a265b0301794afe1d547a05 Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Sat, 18 Nov 2023 13:18:58 +0100 Subject: [PATCH] typo --- MacPeriphSoC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPeriphSoC.py b/MacPeriphSoC.py index 0422a92..3b71e46 100644 --- a/MacPeriphSoC.py +++ b/MacPeriphSoC.py @@ -146,7 +146,7 @@ class MacPeriphSoC(SoCCore): with_mmap=True, with_master=False) try: # get and set the signal if we're on 2.12 - fx2_sloe = platform.request("fx2_sloe", 0) + fx2_sloe = self.platform.request("fx2_sloe", 0) self.comb += [ fx2_sloe.eq(1), ] # force the FX2 side of the GPIF/FIFO interface to read, so we can access the flash except: # if the signal is not defined, we're on a 2.13 and don't need it