Explorar el Código

scripts: Add Spike to platform list of binary archive script

The Spike platform support works perfectly fine on QEMU RV64 Spike
machine and Spike emulator.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Anup Patel hace 4 años
padre
commit
c03c8a1e2c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      scripts/create-binary-archive.sh

+ 1 - 0
scripts/create-binary-archive.sh

@@ -94,6 +94,7 @@ case "${BUILD_RISCV_XLEN}" in
 	BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
 	BUILD_PLATFORM_SUBDIR+=("andes/ae350")
 	BUILD_PLATFORM_SUBDIR+=("thead/c910")
+	BUILD_PLATFORM_SUBDIR+=("spike")
 	;;
 *)
 	echo "Invalid RISC-V XLEN"