Skip to content

Commit

Permalink
ghworkflow: fix rv-gcc dependency in atomsim.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Oct 16, 2023
1 parent dbad5b9 commit cd916a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/atomsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@ jobs:
gdown ${VERILATOR_PREBUILT_FILEID}
sudo mkdir -p ${VERILATOR_INSTALL_PATH}
sudo tar -xvf verilator_5p006.tar.gz -C ${VERILATOR_INSTALL_PATH}
- name: Install riscv-gnu-toolchain (64-bit, multilib)
run: |
gdown ${RVTOOLCHAIN_PREBUILT_FILEID} -O rv64_mutilib.tar.gz
sudo mkdir -p ${RVTOOLCHAIN_INSTALL_PATH}
sudo tar -xvf rv64_mutilib.tar.gz -C ${RVTOOLCHAIN_INSTALL_PATH}
- name: Setup Environment
working-directory: riscv-atom
run: |
echo "${VERILATOR_INSTALL_PATH}/bin" >> $GITHUB_PATH
echo "${RVTOOLCHAIN_INSTALL_PATH}/bin" >> $GITHUB_PATH
echo "RVATOM=$GITHUB_WORKSPACE/riscv-atom" >> $GITHUB_ENV
- name: Build Atomsim - atombones
Expand Down

0 comments on commit cd916a6

Please sign in to comment.