mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
5a5f1ad3fe
commit
76481bc794
1 changed files with 4 additions and 2 deletions
|
@ -4,13 +4,15 @@
|
|||
set -e
|
||||
|
||||
# ensure build
|
||||
XLEN=64 make -s
|
||||
make -C hw -s
|
||||
|
||||
coverage()
|
||||
{
|
||||
echo "begin coverage tests..."
|
||||
|
||||
make -C tests/riscv/isa run-simx-64
|
||||
make -C sim/simx clean
|
||||
XLEN=64 make -C sim/simx
|
||||
XLEN=64 make -C tests/riscv/isa run-simx
|
||||
|
||||
echo "coverage tests done!"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue