Update qmtech_artix7_fgg676.py
This commit is contained in:
parent
d8b006568a
commit
632bab937e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue