mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Merge pull request #1127 from jordancarlin/arch-verif
Add cvw-arch-verif to root Makefile
This commit is contained in:
commit
8b0ce6a343
2 changed files with 7 additions and 3 deletions
8
Makefile
8
Makefile
|
@ -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:
|
||||
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6d658b7b42c83fd584008d72964cc75d0876b769
|
||||
Subproject commit 812f30af765c0a692c506e42493f494278c00fe0
|
Loading…
Add table
Add a link
Reference in a new issue