Example #1
0
 def __init__(self,
              structTemplate,
              intfCls=Axi4Lite,
              shouldEnterFn=BusEndpoint._defaultShouldEnterFn):
     BusEndpoint.__init__(self,
                          structTemplate,
                          intfCls=intfCls,
                          shouldEnterFn=shouldEnterFn)
Example #2
0
 def __init__(self, structTemplate, intfCls=AvalonMM, shouldEnterFn=None):
     BusEndpoint.__init__(self,
                          structTemplate,
                          intfCls=intfCls,
                          shouldEnterFn=shouldEnterFn)
Example #3
0
 def __init__(self, structTemplate, intfCls=AvalonMM, shouldEnterFn=None):
     BusEndpoint.__init__(self, structTemplate,
                          intfCls=intfCls,
                          shouldEnterFn=shouldEnterFn)
Example #4
0
 def _mkFieldInterface(self, structIntf: StructIntf, field: HStructField):
     return BusEndpoint._mkFieldInterface(self, structIntf, field)
Example #5
0
 def _declr(self):
     BusEndpoint._declr(self)
     with self._paramsShared():
         self.ep = AxiLiteEndpoint(self.STRUCT_TEMPLATE)
Example #6
0
 def _config(self):
     BusEndpoint._config(self)
Example #7
0
 def _defaultShouldEnterFn(root, field_path):
     return BusEndpoint._defaultShouldEnterFn(root, field_path)
Example #8
0
 def _defaultShouldEnterFn(field):
     return BusEndpoint._defaultShouldEnterFn(field)
Example #9
0
 def __init__(self, structTemplate, intfCls=BramPort_withoutClk,
              shouldEnterFn=None):
     BusEndpoint.__init__(self, structTemplate,
                          intfCls=intfCls, shouldEnterFn=shouldEnterFn)
Example #10
0
 def __init__(self, structTemplate, intfCls=BramPort_withoutClk,
              shouldEnterFn=None):
     BusEndpoint.__init__(self, structTemplate,
                          intfCls=intfCls, shouldEnterFn=shouldEnterFn)
Example #11
0
 def _declr(self):
     BusEndpoint._declr(self)
     with self._paramsShared():
         self.ep = AxiLiteEndpoint(self.STRUCT_TEMPLATE)
         self.reg = AxiLiteReg(self._intfCls)
Example #12
0
 def _defaultShouldEnterFn(field):
     return BusEndpoint._defaultShouldEnterFn(field)
Example #13
0
 def _mkFieldInterface(self, structIntf, field):
     return BusEndpoint._mkFieldInterface(self, structIntf, field)
Example #14
0
 def _config(self):
     BusEndpoint._config(self)