Skip to content

Commit

Permalink
Merge streams
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda committed Dec 18, 2024
1 parent 10e0f99 commit f965f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test: config ## Run single module test (use `TEST=<test_name>` 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
Expand Down

0 comments on commit f965f71

Please sign in to comment.