diff --git a/src/eth/example/HTG9200/fpga/tb/fpga_core/test_fpga_core.py b/src/eth/example/HTG9200/fpga/tb/fpga_core/test_fpga_core.py index f388680..c2379c9 100644 --- a/src/eth/example/HTG9200/fpga/tb/fpga_core/test_fpga_core.py +++ b/src/eth/example/HTG9200/fpga/tb/fpga_core/test_fpga_core.py @@ -111,7 +111,7 @@ class TB: await RisingEdge(self.dut.clk_125mhz) async def _run_refclk(self): - t = Timer(3.2, 'ns') + t = Timer(3.102, 'ns') val = 2**len(self.dut.eth_gty_mgt_refclk_p)-1 while True: self.dut.eth_gty_mgt_refclk_p.value = val