We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22726df commit 255136dCopy full SHA for 255136d
Makefile
@@ -97,7 +97,7 @@ build-verilator:
97
# Tests
98
#
99
test: config ## Run single module test (use `TEST=<test_name>` flag)
100
- cd $(COCOTB_VERIF_DIR) && $(PYTHON) -m nox -R -s $(TEST)_verify --no-venv
+ cd $(COCOTB_VERIF_DIR) && $(PYTHON) -m nox -R -s $(TEST)_verify --no-venv --forcecolor
101
102
tests-axi: ## Run all verification/cocotb/* RTL tests for AXI bus configuration without coverage
103
$(MAKE) config CFG_NAME=axi
0 commit comments