first test of down-converted load/store from 64 to 32 bit
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 21 Aug 2020 12:06:03 +0000 (13:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 21 Aug 2020 12:06:03 +0000 (13:06 +0100)
src/soc/bus/test/test_minerva.py

index d70655ffcf3e71312bc53f52bfcaa82328b65629..5d784b1f4ef188d6bd7b2c5098f5839cdcc00b17 100644 (file)
@@ -12,7 +12,7 @@ class TestSRAMBareLoadStoreUnit(BareLoadStoreUnit):
                 isinstance(pspec.dmem_test_depth, int)):
             depth = pspec.dmem_test_depth
         else:
-            depth = 32
+            depth = 64
         print("TestSRAMBareLoadStoreUnit depth", depth)
 
         self.mem = Memory(width=self.data_wid, depth=depth)