From f965f712240644e9429272dc9db84d6f149d6af7 Mon Sep 17 00:00:00 2001 From: Michael Gielda Date: Wed, 18 Dec 2024 23:56:41 +0100 Subject: [PATCH] Merge streams --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c64e82..092309e 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ test: config ## Run single module test (use `TEST=` flag) tests-axi: ## Run all verification/cocotb/* RTL tests for AXI bus configuration without coverage $(MAKE) config CFG_NAME=axi - cd $(COCOTB_VERIF_DIR) && $(PYTHON) -m nox -R -t "axi" + cd $(COCOTB_VERIF_DIR) && $(PYTHON) -m nox -R -t "axi" 2>&1 tests-ahb: ## Run all verification/cocotb/* RTL tests for AHB bus configuration without coverage $(MAKE) config CFG_NAME=ahb