Skip to content

Commit

Permalink
fix naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shivampotdar committed Jul 6, 2020
1 parent a0320d3 commit b03d3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs :
include :
- stage : "Check all 3 configs"
name : "1 Stage"
- script: # Run riscv-formal for WARP-V.
script: # Run riscv-formal for WARP-V.
- sed -i "/-stage/c\ m4_define([\'M4_STANDARD_CONFIG\'], [\'1-stage\'])/" /home/travis/build/$BUILD_PATH/formal/warp-v_formal.tlv
- sed -i "/insn /c\insn 20" checks.cfg
- PATH=/home/travis/build/$BUILD_PATH/formal/env/bin:$PATH bash -c 'make verif';
name : "4 Stage"
- script:
- sed -i "/-stage/c\ m4_define([\'M4_STANDARD_CONFIG\'], [\'4-stage\'])/" /home/travis/build/$BUILD_PATH/formal/warp-v_formal.tlv
- sed -i "/insn /c\insn 29" checks.cfg
- PATH=/home/travis/build/$BUILD_PATH/formal/env/bin:$PATH bash -c 'make verif';
name : "4 Stage"

after_success:
after_failure:
Expand Down

0 comments on commit b03d3d1

Please sign in to comment.