make hwacha smaller

This commit is contained in:
abejgonzalez
2019-05-13 09:50:55 -07:00
parent 2697cdc29b
commit 2d644f1352
3 changed files with 12 additions and 6 deletions

View File

@@ -153,7 +153,7 @@ jobs:
- run:
name: Building the boomexample subproject using Verilator
command: .circleci/do-rtl-build.sh boomexample SmallDefaultBoomConfig
command: .circleci/do-rtl-build.sh boomexample example SmallDefaultBoomConfig
no_output_timeout: 120m
- save_cache:
@@ -255,7 +255,7 @@ jobs:
- run:
name: Building the hwacha subproject using Verilator
command: .circleci/do-rtl-build.sh hwacha
command: .circleci/do-rtl-build.sh hwacha example SmallHwachaConfig
no_output_timeout: 120m
- save_cache:
@@ -401,7 +401,7 @@ jobs:
- run:
name: Run hwacha benchmark tests
command: make run-bmark-tests -C sims/verisim SUB_PROJECT=hwacha
command: make run-bmark-tests -C sims/verisim SUB_PROJECT=hwacha CONFIG_PACKAGE=example CONFIG=SmallHwachaConfig
# Order and dependencies of jobs to run
workflows: