add linux-5.7 unit test which showed a silly error:
[soc.git] / src / soc / fu / compunits / compunits.py
index 4077451cc6cc793635b98131417b3826bea2aad7..1f6e2097c363bbf4060f815029e396d0bdc7699b 100644 (file)
@@ -411,7 +411,7 @@ def tst_single_fus_il():
 def tst_all_fus():
     pspec = TestMemPspec(ldst_ifacetype='testpi',
                          imem_ifacetype='',
-                         addr_wid=48,
+                         addr_wid=64,
                          mask_wid=8,
                          reg_wid=64)
     dut = AllFunctionUnits(pspec)