test/test_targets: limit max_sdram_size to 1GB
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 17 Jan 2020 12:24:45 +0000 (13:24 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 17 Jan 2020 12:24:45 +0000 (13:24 +0100)
test/test_targets.py

index 198aabf03567affa43c5c0b8e3ad4bda51f083dd..22ef6272ea930560b721d4d00db20e1fb5d1f41e 100644 (file)
@@ -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