aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJack Koenig2019-09-13 20:15:19 -0700
committerGitHub2019-09-13 20:15:19 -0700
commit7e39ea8ec948ff1db7ccd0d850923a86d2d8a4e7 (patch)
tree05c7464b408c044ea987a27528d8c9305090b3de /.travis.yml
parent867e00aef8899a0f7f1b417542a03307676d3fb2 (diff)
Add cold benchmarking script (#1167)
* Copy benchmark.py from https://github.com/jackkoenig/firrtlbench * Make benchmark use this repo instead of hardcoded subdirectory Example Use: benchmark/scripts/benchmark_cold_compile.py -N 8 --designs regress/*.fir --version master master^
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b230e2c8..d1d6cd64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,3 +76,6 @@ jobs:
- yosys -V
- "travis_wait 30 sleep 1800 &"
- ./.run_formal_checks.sh ICache
+ - stage: test
+ script:
+ - benchmark/scripts/benchmark_cold_compile.py -N 2 --designs regress/ICache.fir --versions HEAD