From f6ec217f4bb3ddd8555f838ec3c995a2b314a16b Mon Sep 17 00:00:00 2001 From: Andrea Fasolino <151364130+afasolino@users.noreply.github.com> Date: Tue, 28 May 2024 17:24:03 +0200 Subject: [PATCH] Update test.py --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 262f4fb..40d3676 100644 --- a/test/test.py +++ b/test/test.py @@ -32,7 +32,7 @@ async def test_project(dut): # set data valid = 1 dut.uio_in.value = 1 - await ClockCycles(dut.clk, 3) + await ClockCycles(dut.clk, 4) # check alu ready == 0 assert dut.uio_out.value == 0 # set data valid = 0