Skip to content

Commit

Permalink
sayma_amc: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Feb 17, 2021
1 parent cdd2724 commit c224827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/targets/sayma_amc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c224827

Please sign in to comment.