mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Makefile cleanup
This commit is contained in:
parent
c06054f888
commit
6bee068779
1 changed files with 8 additions and 4 deletions
12
Makefile
12
Makefile
|
@ -6,13 +6,13 @@ MAKEFLAGS += --output-sync --no-print-directory
|
|||
|
||||
SIM = ${WALLY}/sim
|
||||
|
||||
.PHONY: all riscof testfloat combined_IF_vectors zsbl coverage cvw-arch-verif sim_bp clean
|
||||
.PHONY: all riscof testfloat combined_IF_vectors zsbl coverage cvw-arch-verif sim_bp deriv clean
|
||||
|
||||
all: riscof testfloat combined_IF_vectors zsbl coverage sim_bp cvw-arch-verif
|
||||
all: riscof testfloat combined_IF_vectors zsbl coverage sim_bp cvw-arch-verif deriv
|
||||
|
||||
# riscof builds the riscv-arch-test and wally-riscv-arch-test suites
|
||||
riscof:
|
||||
$(MAKE) -C sim
|
||||
$(MAKE) -C tests/riscof
|
||||
|
||||
testfloat:
|
||||
$(MAKE) -C ${WALLY}/tests/fp vectors
|
||||
|
@ -26,6 +26,9 @@ zsbl:
|
|||
coverage:
|
||||
$(MAKE) -C tests/coverage
|
||||
|
||||
deriv:
|
||||
derivgen.pl
|
||||
|
||||
cvw-arch-verif:
|
||||
$(MAKE) -C ${WALLY}/addins/cvw-arch-verif
|
||||
|
||||
|
@ -40,7 +43,8 @@ breker:
|
|||
$(MAKE) -C ${WALLY}/tests/breker
|
||||
|
||||
clean:
|
||||
$(MAKE) clean -C sim
|
||||
$(MAKE) clean -C ${WALLY}/tests/riscof
|
||||
$(MAKE) clean -C ${WALLY}/tests/fp
|
||||
$(MAKE) clean -C ${WALLY}/fpga/zsbl
|
||||
$(MAKE) clean -C ${WALLY}/tests/coverage
|
||||
$(MAKE) clean -C ${WALLY}/addins/cvw-arch-verif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue