Skip to content

Commit

Permalink
Update verilator in CI (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
themperek authored Jan 23, 2023
1 parent d46807c commit 65140e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
- script: |
sudo apt-get update
sudo apt-get install git make autoconf g++ flex bison # First time prerequisites
sudo apt-get install libfl2 # Ubuntu only (ignore if gives error)
sudo apt-get install libfl-dev # Ubuntu only (ignore if gives error)
git clone http://git.veripool.org/git/verilator -b v4.106 --depth=1
cd verilator && git apply ../tests/verilator.include-limits.patch && cd ..
sudo apt-get install git make autoconf g++ flex bison
sudo apt-get install libfl2
sudo apt-get install libfl-dev
sudo apt-get install help2man
git clone http://git.veripool.org/git/verilator --depth=1
cd verilator && autoconf && ./configure && make -j2 && sudo make install && cd ..
displayName: Compile and Install Verilator on Linux
condition: and( eq( variables['Agent.OS'], 'Linux' ), eq(variables['SIM'], 'verilator'))
Expand Down

0 comments on commit 65140e2

Please sign in to comment.