File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
export PATH=` pwd` /toolchain/bin:$PATH
11
11
12
+ PARALLEL=-j$( nproc)
13
+
12
14
make distclean
13
15
# Rebuild with all RISC-V extensions
14
16
# FIXME: To pass the RISC-V Architecture Tests, full access to 4 GiB is
15
17
# necessary. We need to investigate why full 4 GiB memory access is required
16
18
# for this purpose, although the emulator can run all selected benchmarks with
17
19
# much smaller memory mapping regions.
18
20
make ENABLE_EXT_M=1 ENABLE_EXT_A=1 ENABLE_EXT_F=1 ENABLE_EXT_C=1 \
19
- ENABLE_Zicsr=1 ENABLE_Zifencei=1 ENABLE_FULL4G=1
20
- make arch-test RISCV_DEVICE=IMAFCZicsrZifencei || exit 1
21
- make arch-test RISCV_DEVICE=FCZicsr || exit 1
22
- make arch-test RISCV_DEVICE=IMZbaZbbZbcZbs || exit 1
21
+ ENABLE_Zicsr=1 ENABLE_Zifencei=1 ENABLE_FULL4G=1 $PARALLEL
22
+ make arch-test RISCV_DEVICE=IMAFCZicsrZifencei $PARALLEL || exit 1
23
+ make arch-test RISCV_DEVICE=FCZicsr $PARALLEL || exit 1
24
+ make arch-test RISCV_DEVICE=IMZbaZbbZbcZbs $PARALLEL || exit 1
You can’t perform that action at this time.
0 commit comments