예제 #1
0
 def _initSimAgent(self):
     self._ag = BramPort_withoutClkAgent(self)
예제 #2
0
파일: std.py 프로젝트: saislam/hwt
 def _initSimAgent(self, sim: HdlSimulator):
     self._ag = BramPort_withoutClkAgent(sim, self)