1
0
Fork 0

don't synthesize vsim verilog in Travis

This commit is contained in:
Howard Mao 2016-08-09 18:24:59 -07:00
parent 405294167f
commit 33d5905c50
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ before_install:
- export CXX=g++-4.8 CC=gcc-4.8
script:
- make vsim-verilog -C regression SUITE=$SUITE TORTURE_CONFIG=default CHISEL_VERSION=$CHISEL_VERSION
- make emulator-ndebug -C regression SUITE=$SUITE TORTURE_CONFIG=default CHISEL_VERSION=$CHISEL_VERSION
- make emulator-regression-tests -C regression SUITE=$SUITE TORTURE_CONFIG=default CHISEL_VERSION=$CHISEL_VERSION