Skip to content

Commit

Permalink
Add Get vcd2fst step to test-yosys job
Browse files Browse the repository at this point in the history
Co-authored-by: Miodrag Milanovic <[email protected]>
Co-authored-by: Roland Coeurjoly <[email protected]>
  • Loading branch information
RCoeurjoly and mmicko committed Sep 30, 2024
1 parent 59404f8 commit 5fca9b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ jobs:
cd iverilog
echo "IVERILOG_GIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
- name: Get vcd2fst
shell: bash
run: |
git clone https://github.com/mmicko/libwave.git
mkdir -p ${{ github.workspace }}/.local/
cd libwave
cmake . -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/.local
make -j$procs
make install
- name: Cache iverilog
id: cache-iverilog
uses: actions/cache@v4
Expand Down

0 comments on commit 5fca9b8

Please sign in to comment.