sayma_amc: fix syntax

pull/1658/head 6.0
Sebastien Bourdeauducq 2021-02-17 17:45:54 +08:00
parent cdd27249a2
commit c22482787e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class SatelliteBase(MiniSoC):
}
mem_map.update(MiniSoC.mem_map)
def __init__(self, rtio_clk_freq=125e6, identifier_suffix="", gateware_identifier_str=None, with_sfp=False, *, **kwargs):
def __init__(self, rtio_clk_freq=125e6, identifier_suffix="", gateware_identifier_str=None, with_sfp=False, **kwargs):
MiniSoC.__init__(self,
cpu_type="or1k",
sdram_controller_type="minicon",