Skip to content

Commit

Permalink
Merge pull request #1127 from jordancarlin/arch-verif
Browse files Browse the repository at this point in the history
Add cvw-arch-verif to root Makefile
  • Loading branch information
davidharrishmc authored Nov 25, 2024
2 parents ce1bc37 + 55fb7e0 commit 8b0ce6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ MAKEFLAGS += --output-sync --no-print-directory

SIM = ${WALLY}/sim

.PHONY: all riscof testfloat combined_IF_vectors zsbl benchmarks coremark embench coverage clean
.PHONY: all riscof testfloat combined_IF_vectors zsbl benchmarks coremark embench coverage cvw-arch-verif clean

all: riscof testfloat combined_IF_vectors zsbl coverage # benchmarks
all: riscof testfloat combined_IF_vectors zsbl coverage cvw-arch-verif # benchmarks

# riscof builds the riscv-arch-test and wally-riscv-arch-test suites
riscof:
Expand Down Expand Up @@ -36,6 +36,10 @@ embench:
coverage:
$(MAKE) -C tests/coverage

cvw-arch-verif:
$(MAKE) -C ${WALLY}/addins/cvw-arch-verif

clean:
$(MAKE) clean -C sim
$(MAKE) clean -C ${WALLY}/tests/fp
$(MAKE) clean -C ${WALLY}/addins/cvw-arch-verif
2 changes: 1 addition & 1 deletion addins/cvw-arch-verif
Submodule cvw-arch-verif updated 277 files

0 comments on commit 8b0ce6a

Please sign in to comment.