travis: install verilator

This commit is contained in:
Guy Hutchison 2015-04-22 12:29:59 +08:00 committed by Sebastien Bourdeauducq
parent 7ec0ecae11
commit e5b170f02d
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ install:
- "iverilog -v; true" - "iverilog -v; true"
# Build the vpi module. # Build the vpi module.
- "(cd vpi; make; sudo make install)" - "(cd vpi; make; sudo make install)"
# Install verilator package
- "sudo apt-get install verilator"
- "verilator --version; true"
script: script:
- "python setup.py test" - "python setup.py test"