forked from M-Labs/artiq
gateware: fix aeb1ba847
This commit is contained in:
parent
5c0d402ef3
commit
28a41a2f60
|
@ -111,7 +111,6 @@ class _NIST_Ions(MiniSoC, AMPSoC):
|
|||
cpu_type=cpu_type,
|
||||
sdram_controller_type="minicon",
|
||||
l2_size=128*1024,
|
||||
with_timer=False,
|
||||
ident=artiq_version,
|
||||
**kwargs)
|
||||
AMPSoC.__init__(self)
|
||||
|
|
|
@ -32,7 +32,6 @@ class Master(MiniSoC, AMPSoC):
|
|||
cpu_type="or1k",
|
||||
sdram_controller_type="minicon",
|
||||
l2_size=128*1024,
|
||||
with_timer=False,
|
||||
ident=artiq_version,
|
||||
**kwargs)
|
||||
AMPSoC.__init__(self)
|
||||
|
|
|
@ -168,7 +168,6 @@ class Phaser(MiniSoC, AMPSoC):
|
|||
cpu_type=cpu_type,
|
||||
sdram_controller_type="minicon",
|
||||
l2_size=128*1024,
|
||||
with_timer=False,
|
||||
ident=artiq_version,
|
||||
**kwargs)
|
||||
AMPSoC.__init__(self)
|
||||
|
|
|
@ -158,7 +158,6 @@ class Demo(BaseSoC, AMPSoC):
|
|||
BaseSoC.__init__(self,
|
||||
cpu_type=cpu_type,
|
||||
l2_size=64*1024,
|
||||
with_timer=False,
|
||||
ident=artiq_version,
|
||||
clk_freq=75*1000*1000,
|
||||
**kwargs)
|
||||
|
|
Loading…
Reference in New Issue