Ejemplo n.º 1
0
 def _initSimAgent(self):
     self._ag = BramPort_withoutClkAgent(self)
Ejemplo n.º 2
0
Archivo: std.py Proyecto: saislam/hwt
 def _initSimAgent(self, sim: HdlSimulator):
     self._ag = BramPort_withoutClkAgent(sim, self)