add linux-5.7 unit test which showed a silly error:
[soc.git] / src / soc / config / test / test_pi2ls.py
index 170c1b3a05147f31503bca125b962a5b168c54ed..b26e64b5dad3cf9c4e75621127986db2eb664dbe 100644 (file)
@@ -211,7 +211,7 @@ def tst_config_pi(testcls, ifacetype):
     dut = Module()
     pspec = TestMemPspec(ldst_ifacetype=ifacetype,
                          imem_ifacetype='',
-                         addr_wid=48,
+                         addr_wid=64,
                          mask_wid=8,
                          reg_wid=64)
     cmpi = ConfigMemoryPortInterface(pspec)