Skip to content

Commit

Permalink
[ci] Update csmith cmd | Enable BoomConfig build/tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez authored and jerryz123 committed Jan 31, 2019
1 parent 4cf23ef commit 3b27889
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .circleci/build-run-csmith-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ AMT_RUNS=$2
# run csmith utility
cd $HOME/boom-template/scripts/csmith
./install-csmith.sh
./run-csmith.sh --sim $HOME/boom-template/verisim/$SIM --run $AMT_RUNS
./run-csmith.sh --sim $HOME/boom-template/verisim/$SIM --run $AMT_RUNS --nodebug
50 changes: 25 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,9 @@ workflows:
- install-riscv-tools

# Prepare the verilator builds
# - prepare-boomconfig:
# requires:
# - prepare-build-environment
- prepare-boomconfig:
requires:
- prepare-build-environment
- prepare-smallrv32boomconfig:
requires:
- prepare-build-environment
Expand All @@ -665,22 +665,22 @@ workflows:
- prepare-mediumboomconfig:
requires:
- prepare-build-environment
# - prepare-megaboomconfig:
# requires:
# - prepare-build-environment
#- prepare-megaboomconfig:
# requires:
# - prepare-build-environment

# Run the respective tests

# Run the BoomConfig tests
# - boomconfig-run-csmith-tests:
# requires:
# - prepare-boomconfig
# - boomconfig-run-benchmark-tests:
# requires:
# - prepare-boomconfig
# - boomconfig-run-assembly-tests:
# requires:
# - prepare-boomconfig
- boomconfig-run-csmith-tests:
requires:
- prepare-boomconfig
- boomconfig-run-benchmark-tests:
requires:
- prepare-boomconfig
- boomconfig-run-assembly-tests:
requires:
- prepare-boomconfig

# Run the SmallRV32BoomConfig tests
- smallrv32boomconfig-run-assembly-tests:
Expand Down Expand Up @@ -709,13 +709,13 @@ workflows:
requires:
- prepare-mediumboomconfig

# Run the MegaBoomConfig tests
# - megaboomconfig-run-csmith-tests:
# requires:
# - prepare-megaboomconfig
# - megaboomconfig-run-benchmark-tests:
# requires:
# - prepare-megaboomconfig
# - megaboomconfig-run-assembly-tests:
# requires:
# - prepare-megaboomconfig
# Run the MegaBoomConfig tests
#- megaboomconfig-run-csmith-tests:
# requires:
# - prepare-megaboomconfig
#- megaboomconfig-run-benchmark-tests:
# requires:
# - prepare-megaboomconfig
#- megaboomconfig-run-assembly-tests:
# requires:
# - prepare-megaboomconfig

0 comments on commit 3b27889

Please sign in to comment.