mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 06:07:19 -04:00
Only build ISA tests and no benchmarks
This commit is contained in:
parent
5162e0baf9
commit
2c3fd21fc8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -158,7 +158,7 @@ build-moore:
|
|||
|
||||
# build the RISC-V tests
|
||||
build-tests:
|
||||
cd riscv-tests && autoconf && ./configure --prefix=/home/zarubaf/riscv && make -j8
|
||||
cd riscv-tests && autoconf && ./configure --prefix=/home/zarubaf/riscv && make isa -j8
|
||||
|
||||
# User Verilator to lint the target
|
||||
lint:
|
||||
|
@ -171,4 +171,4 @@ clean:
|
|||
.PHONY:
|
||||
build lint build-moore
|
||||
|
||||
# make CC=/usr/pack/modelsim-10.6-kgf/questasim/gcc-5.3.0-linux_x86_64/bin/gcc CXX=/usr/pack/modelsim-10.6-kgf/questasim/gcc-5.3.0-linux_x86_64/bin/g++ -j20
|
||||
# make CC=/usr/pack/modelsim-10.6-kgf/questasim/gcc-5.3.0-linux_x86_64/bin/gcc CXX=/usr/pack/modelsim-10.6-kgf/questasim/gcc-5.3.0-linux_x86_64/bin/g++ -j20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue