diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-02-13 17:05:15 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-02-17 17:42:58 +0530 |
commit | c03c8a1e2c46133bfc8e0872d89c1b017538488d (patch) | |
tree | 6afdda81dbd69956c0aca8f2c2af82df338d7ebc /scripts | |
parent | a062200b893b6707a336750d6f914601606d13a7 (diff) |
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-binary-archive.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 3301cf2..4a14318 100755 --- a/scripts/create-binary-archive.sh +++ b/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" |