From 632bab937e01c93bce450c6ae82c3a3c9507dd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chandler=20Kl=C3=BCser?= Date: Fri, 1 Sep 2023 05:03:44 -0300 Subject: [PATCH] Update qmtech_artix7_fgg676.py --- litex_boards/platforms/qmtech_artix7_fgg676.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_boards/platforms/qmtech_artix7_fgg676.py b/litex_boards/platforms/qmtech_artix7_fgg676.py index 45d3f1e..437160a 100644 --- a/litex_boards/platforms/qmtech_artix7_fgg676.py +++ b/litex_boards/platforms/qmtech_artix7_fgg676.py @@ -141,7 +141,7 @@ class Platform(Xilinx7SeriesPlatform): default_clk_period = 1e9/50e6 kgates = None - def __init__(self, kgates=100, toolchain="vivado", with_daughterboard=False): + def __init__(self, kgates=100, toolchain="vivado", with_daughterboard=False, with_rp2040_daughterboard=False): assert(kgates in [75, 100], "kgates can only be 75 or 100 representing a XC7A75T, XC7TA100T") self.kgates = kgates device = f"xc7a{kgates}tfgg676-1"