mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
travis: install verilator
This commit is contained in:
parent
7ec0ecae11
commit
e5b170f02d
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ install:
|
|||
- "iverilog -v; true"
|
||||
# Build the vpi module.
|
||||
- "(cd vpi; make; sudo make install)"
|
||||
# Install verilator package
|
||||
- "sudo apt-get install verilator"
|
||||
- "verilator --version; true"
|
||||
|
||||
script:
|
||||
- "python setup.py test"
|
||||
|
|
Loading…
Reference in a new issue