From dffb32901f5a98d2daa388135fd53162ef891436 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 17 Jun 2026 17:53:57 +0300 Subject: [PATCH] fix: args for tb --- axi/tb/axil_reg_cocotb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/axi/tb/axil_reg_cocotb/Makefile b/axi/tb/axil_reg_cocotb/Makefile index 3798194..5d37d39 100644 --- a/axi/tb/axil_reg_cocotb/Makefile +++ b/axi/tb/axil_reg_cocotb/Makefile @@ -28,6 +28,7 @@ EXTRA_ARGS += --trace EXTRA_ARGS += --trace-structs EXTRA_ARGS += --public-flat-rw EXTRA_ARGS += -Wno-fatal +EXTRA_ARGS += --timing endif include $(shell cocotb-config --makefiles)/Makefile.sim