mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
changed order of makefiles and fixed warnings when running makes
This commit is contained in:
parent
6ba3a7615c
commit
09a633d7d1
@ -1,24 +1,9 @@
|
|||||||
make allclean:
|
all: archtests wallytests memfiles
|
||||||
make clean
|
|
||||||
make all
|
|
||||||
|
|
||||||
make clean:
|
|
||||||
make clean -C ../../tests/riscof
|
|
||||||
make clean -C ../../tests/wally-riscv-arch-test
|
|
||||||
# make allclean -C ../../tests/imperas-riscv-tests
|
|
||||||
|
|
||||||
make all:
|
|
||||||
make archtests
|
|
||||||
make wallytests
|
|
||||||
make memfiles
|
|
||||||
# *** Build old tests/imperas-riscv-tests for now;
|
# *** Build old tests/imperas-riscv-tests for now;
|
||||||
# Delete this part when the privileged tests transition over to tests/wally-riscv-arch-test
|
# Delete this part when the privileged tests transition over to tests/wally-riscv-arch-test
|
||||||
# DH: 2/27/22 temporarily commented out imperas-riscv-tests because license expired
|
# DH: 2/27/22 temporarily commented out imperas-riscv-tests because license expired
|
||||||
#make -C ../../tests/imperas-riscv-tests --jobs
|
#make -C ../../tests/imperas-riscv-tests --jobs
|
||||||
#make -C ../../tests/imperas-riscv-tests XLEN=64 --jobs
|
#make -C ../../tests/imperas-riscv-tests XLEN=64 --jobs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Only compile Imperas tests if they are installed locally.
|
# Only compile Imperas tests if they are installed locally.
|
||||||
# They are usually a symlink to $RISCV/imperas-riscv-tests and only
|
# They are usually a symlink to $RISCV/imperas-riscv-tests and only
|
||||||
# get compiled there manually during installation
|
# get compiled there manually during installation
|
||||||
@ -30,15 +15,22 @@ make all:
|
|||||||
# Link Linux test vectors (fix this later***)
|
# Link Linux test vectors (fix this later***)
|
||||||
#cd ../../tests/linux-testgen/linux-testvectors/;./tvLinker.sh
|
#cd ../../tests/linux-testgen/linux-testvectors/;./tvLinker.sh
|
||||||
|
|
||||||
make archtests:
|
allclean: clean all
|
||||||
|
|
||||||
|
clean:
|
||||||
|
make clean -C ../../tests/riscof
|
||||||
|
make clean -C ../../tests/wally-riscv-arch-test
|
||||||
|
# make allclean -C ../../tests/imperas-riscv-tests
|
||||||
|
|
||||||
|
archtests:
|
||||||
# Build riscv-arch-test 64 and 32-bit versions
|
# Build riscv-arch-test 64 and 32-bit versions
|
||||||
make -C ../../tests/riscof/ --jobs
|
make -C ../../tests/riscof/ --jobs
|
||||||
make -C ../../tests/riscof/ XLEN=32 --jobs
|
make -C ../../tests/riscof/ XLEN=32 --jobs
|
||||||
|
|
||||||
make wallytests:
|
wallytests:
|
||||||
# Build wally-riscv-arch-test
|
# Build wally-riscv-arch-test
|
||||||
make -C ../../tests/wally-riscv-arch-test/ --jobs
|
make -C ../../tests/wally-riscv-arch-test/ --jobs
|
||||||
make -C ../../tests/wally-riscv-arch-test/ XLEN=32 --jobs
|
make -C ../../tests/wally-riscv-arch-test/ XLEN=32 --jobs
|
||||||
|
|
||||||
make memfiles:
|
memfiles:
|
||||||
make -f makefile-memfile wally-sim-files --jobs
|
make -f makefile-memfile wally-sim-files --jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user