add linux-5.7 unit test which showed a silly error:
[soc.git] / src / soc / experiment / pimem.py
index 52605a1452bc85602adc7e4844beaf186645b760..22788af24c45222d68690cb8b5121f845ec1d642 100644 (file)
@@ -90,7 +90,7 @@ class PortInterface(RecordObject):
       busy_o is deasserted on the cycle AFTER st.ok is asserted.
     """
 
-    def __init__(self, name=None, regwid=64, addrwid=48):
+    def __init__(self, name=None, regwid=64, addrwid=64):
 
         self._regwid = regwid
         self._addrwid = addrwid