travis: install verilator
This commit is contained in:
parent
7ec0ecae11
commit
e5b170f02d
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue