Skip to content

Commit

Permalink
workflows: respect VeeR's pmpaddr mask in spike
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Kokosinski <[email protected]>
  • Loading branch information
fkokosinski authored and wsipak committed Jun 26, 2024
1 parent 4bc483d commit bd46e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-spike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
export CXX="ccache g++"
pushd spike
git checkout ${{ env.TOOL_VERSION }}
sed -i 's/(MAX_PADDR_BITS - PMP_SHIFT)/30/g' riscv/csrs.cc
mkdir build
cd build
../configure --prefix=/opt/spike
Expand Down

0 comments on commit bd46e17

Please sign in to comment.