diff options
Diffstat (limited to 'tb')
| -rw-r--r-- | tb/top/test_smp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/top/test_smp.py b/tb/top/test_smp.py index c70b76b..5960373 100644 --- a/tb/top/test_smp.py +++ b/tb/top/test_smp.py @@ -7,7 +7,7 @@ from tb.models import CorePaceModel, SmpModel @cocotb.test() async def reset(dut): - cocotb.start(Clock(dut.clk, 2).start()) + await cocotb.start(Clock(dut.clk, 2).start()) dut.rst_n.value = 1 await Timer(1) |
