forked from M-Labs/artiq
targets/ppro: disable L2
This commit is contained in:
parent
0127de9bb5
commit
7028d85255
|
@ -92,7 +92,8 @@ class ARTIQMiniSoC(BaseSoC):
|
||||||
}
|
}
|
||||||
csr_map.update(BaseSoC.csr_map)
|
csr_map.update(BaseSoC.csr_map)
|
||||||
|
|
||||||
def __init__(self, platform, cpu_type="or1k", ramcon_type="minicon",
|
def __init__(self, platform, cpu_type="or1k",
|
||||||
|
ramcon_type="minicon", with_l2=False,
|
||||||
with_test_gen=False, **kwargs):
|
with_test_gen=False, **kwargs):
|
||||||
BaseSoC.__init__(self, platform,
|
BaseSoC.__init__(self, platform,
|
||||||
cpu_type=cpu_type, ramcon_type=ramcon_type,
|
cpu_type=cpu_type, ramcon_type=ramcon_type,
|
||||||
|
|
Loading…
Reference in New Issue