2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-17 21:11:56 +08:00

targets/ppro: disable L2

This commit is contained in:
Sébastien Bourdeauducq 2015-02-27 18:02:21 -07:00
parent 0127de9bb5
commit 7028d85255

View File

@ -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,