Exemplo n.º 1
0
 def _initSimAgent(self):
     self._ag = HandshakeSyncAgent(self)
Exemplo n.º 2
0
Arquivo: std.py Projeto: saislam/hwt
 def _initSimAgent(self, sim: HdlSimulator):
     self._ag = HandshakeSyncAgent(sim, self)