Skip to content

Commit 3636025

Browse files
committedJun 18, 2015
pipistrello: smaller L2 cache
1 parent 77ca8bb commit 3636025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎soc/targets/artiq_pipistrello.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class NIST_QC1(BaseSoC, AMPSoC):
7171
def __init__(self, platform, cpu_type="or1k", **kwargs):
7272
BaseSoC.__init__(self, platform,
7373
cpu_type=cpu_type,
74-
sdram_controller_settings=MiniconSettings(l2_size=128*1024),
74+
sdram_controller_settings=MiniconSettings(l2_size=64*1024),
7575
with_timer=False, **kwargs)
7676
AMPSoC.__init__(self)
7777
platform.toolchain.ise_commands += """

0 commit comments

Comments
 (0)