projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008a089
)
test/test_targets: limit max_sdram_size to 1GB
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 17 Jan 2020 12:24:45 +0000
(13:24 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 17 Jan 2020 12:24:45 +0000
(13:24 +0100)
test/test_targets.py
patch
|
blob
|
history
diff --git
a/test/test_targets.py
b/test/test_targets.py
index 198aabf03567affa43c5c0b8e3ad4bda51f083dd..22ef6272ea930560b721d4d00db20e1fb5d1f41e 100644
(file)
--- a/
test/test_targets.py
+++ b/
test/test_targets.py
@@
-24,7
+24,10
@@
def build_test(socs):
os.system("rm -rf build")
return errors
-test_kwargs = {"integrated_rom_size": 0x8000}
+test_kwargs = {
+ "integrated_rom_size": 0x8000,
+ "max_sdram_size": 0x4000000
+}
class TestTargets(unittest.TestCase):
# Altera boards