Skip to content

Commit

Permalink
do not modify riscv-dv with sed
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Jul 10, 2024
1 parent 006d29b commit 0328e72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,6 @@ jobs:
${RISCV_GCC} --version
# FIXME: supported privilege levels should be configurable in RISCV-DV
# Enable U mode only in simulators.
# Change the command line of spike to execute with '--priv=mu'. The default is 'msu'.
sed -i '/spike/s/--isa=<variant> /--isa=<variant> --priv=mu /g' third_party/riscv-dv/yaml/iss.yaml
# Change the command line of whisper to execute with '--isa <variant>u'.
sed -i '/whisper/s/--isa <variant>/--isa <variant>u/g' third_party/riscv-dv/yaml/iss.yaml
pushd tools/riscv-dv
make -j`nproc` \
RISCV_DV_TEST=${{ matrix.test }} \
Expand Down

0 comments on commit 0328e72

Please sign in to comment.