mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-19 00:16:29 +08:00
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,
|
cpu_type=cpu_type,
|
||||||
sdram_controller_type="minicon",
|
sdram_controller_type="minicon",
|
||||||
l2_size=128*1024,
|
l2_size=128*1024,
|
||||||
with_timer=False,
|
|
||||||
ident=artiq_version,
|
ident=artiq_version,
|
||||||
**kwargs)
|
**kwargs)
|
||||||
AMPSoC.__init__(self)
|
AMPSoC.__init__(self)
|
||||||
|
@ -32,7 +32,6 @@ class Master(MiniSoC, AMPSoC):
|
|||||||
cpu_type="or1k",
|
cpu_type="or1k",
|
||||||
sdram_controller_type="minicon",
|
sdram_controller_type="minicon",
|
||||||
l2_size=128*1024,
|
l2_size=128*1024,
|
||||||
with_timer=False,
|
|
||||||
ident=artiq_version,
|
ident=artiq_version,
|
||||||
**kwargs)
|
**kwargs)
|
||||||
AMPSoC.__init__(self)
|
AMPSoC.__init__(self)
|
||||||
|
@ -168,7 +168,6 @@ class Phaser(MiniSoC, AMPSoC):
|
|||||||
cpu_type=cpu_type,
|
cpu_type=cpu_type,
|
||||||
sdram_controller_type="minicon",
|
sdram_controller_type="minicon",
|
||||||
l2_size=128*1024,
|
l2_size=128*1024,
|
||||||
with_timer=False,
|
|
||||||
ident=artiq_version,
|
ident=artiq_version,
|
||||||
**kwargs)
|
**kwargs)
|
||||||
AMPSoC.__init__(self)
|
AMPSoC.__init__(self)
|
||||||
|
@ -158,7 +158,6 @@ class Demo(BaseSoC, AMPSoC):
|
|||||||
BaseSoC.__init__(self,
|
BaseSoC.__init__(self,
|
||||||
cpu_type=cpu_type,
|
cpu_type=cpu_type,
|
||||||
l2_size=64*1024,
|
l2_size=64*1024,
|
||||||
with_timer=False,
|
|
||||||
ident=artiq_version,
|
ident=artiq_version,
|
||||||
clk_freq=75*1000*1000,
|
clk_freq=75*1000*1000,
|
||||||
**kwargs)
|
**kwargs)
|
||||||
|
Loading…
Reference in New Issue
Block a user