Example #1
0
File: std.py Project: saislam/hwt
 def _initSimAgent(self, sim: HdlSimulator):
     clk = self._getAssociatedClk()
     self._ag = PullUpAgent(sim, self,
                            initDelay=int(0.6 * freq_to_period(clk.FREQ)))
Example #2
0
File: std.py Project: saislam/hwt
 def _initSimAgent(self, sim: HdlSimulator):
     self._ag = ClockAgent(sim, self, period=int(freq_to_period(self.FREQ)))