Exemple #1
0
 def __init__(self,
              structTemplate,
              intfCls=Axi4Lite,
              shouldEnterFn=BusEndpoint._defaultShouldEnterFn):
     BusEndpoint.__init__(self,
                          structTemplate,
                          intfCls=intfCls,
                          shouldEnterFn=shouldEnterFn)
Exemple #2
0
 def __init__(self, structTemplate, intfCls=AvalonMM, shouldEnterFn=None):
     BusEndpoint.__init__(self,
                          structTemplate,
                          intfCls=intfCls,
                          shouldEnterFn=shouldEnterFn)
Exemple #3
0
 def __init__(self, structTemplate, intfCls=AvalonMM, shouldEnterFn=None):
     BusEndpoint.__init__(self, structTemplate,
                          intfCls=intfCls,
                          shouldEnterFn=shouldEnterFn)
Exemple #4
0
 def __init__(self, structTemplate, intfCls=BramPort_withoutClk,
              shouldEnterFn=None):
     BusEndpoint.__init__(self, structTemplate,
                          intfCls=intfCls, shouldEnterFn=shouldEnterFn)
Exemple #5
0
 def __init__(self, structTemplate, intfCls=BramPort_withoutClk,
              shouldEnterFn=None):
     BusEndpoint.__init__(self, structTemplate,
                          intfCls=intfCls, shouldEnterFn=shouldEnterFn)