Exemplo n.º 1
0
Arquivo: std.py Projeto: saislam/hwt
 def _initSimAgent(self, sim: HdlSimulator):
     clk = self._getAssociatedClk()
     self._ag = PullUpAgent(sim, self,
                            initDelay=int(0.6 * freq_to_period(clk.FREQ)))
Exemplo n.º 2
0
Arquivo: std.py Projeto: saislam/hwt
 def _initSimAgent(self, sim: HdlSimulator):
     self._ag = ClockAgent(sim, self, period=int(freq_to_period(self.FREQ)))