Skip to content

Commit

Permalink
Bump and add extensions to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Aug 23, 2024
1 parent 2a1272b commit fc2260f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/gen_from_riscv_config/cv32a65x/spike/spike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spike_param_tree:
core_configs:
-
isa: rv32imczicsr_zcb_zba_zbb_zbc_zbs
extensions: cv32a60x,cvxif
boot_addr: 2147483648
marchid: 3
misa_we: false
Expand Down
6 changes: 3 additions & 3 deletions verif/regress/install-spike.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ if ! [ -f "$SPIKE_INSTALL_DIR/bin/spike" ]; then
fi
# Build both shared and static versions of the yaml-cpp library in sequence
# prior to building Spike.
make yaml-cpp-static
make yaml-cpp
make -j${NUM_JOBS} yaml-cpp-static
make -j${NUM_JOBS} yaml-cpp
make -j${NUM_JOBS}
echo "Installing Spike in '$SPIKE_INSTALL_DIR'..."
make install
make -j${NUM_JOBS} install
cd $CALLER_DIR
else
echo "Spike already installed in '$SPIKE_INSTALL_DIR'."
Expand Down

0 comments on commit fc2260f

Please sign in to comment.