Exemplo n.º 1
0
Arquivo: axi4.py Projeto: Nic30/hwtLib
 def _config(self):
     Axi4Lite._config(self)
     self.ID_WIDTH = Param(6)
     self.LOCK_WIDTH = 1
     self.ADDR_USER_WIDTH = Param(0)
Exemplo n.º 2
0
 def _config(self):
     Axi4Lite._config(self)
     self.ID_WIDTH = Param(6)
     self.LOCK_WIDTH = 1
     self.ADDR_USER_WIDTH = Param(0)
Exemplo n.º 3
0
 def _config(self):
     self.SIZE = hInt(3)
     Axi4Lite._config(self)
Exemplo n.º 4
0
 def _config(self):
     Axi4Lite._config(self)
Exemplo n.º 5
0
 def _config(self):
     self.SIZE = hInt(3)
     Axi4Lite._config(self)
Exemplo n.º 6
0
 def _config(self):
     self.SIZE = 3
     Axi4Lite._config(self)