use example config for hwacha (otherwise use other hwacha params)

This commit is contained in:
abejgonzalez
2019-05-13 10:27:36 -07:00
parent 2d644f1352
commit 1226591231
3 changed files with 11 additions and 23 deletions

View File

@@ -119,7 +119,7 @@ jobs:
- run:
name: Building the example subproject using Verilator
command: .circleci/do-rtl-build.sh example
command: .circleci/do-rtl-build.sh SUB_PROJECT=example
no_output_timeout: 120m
- save_cache:
@@ -153,7 +153,7 @@ jobs:
- run:
name: Building the boomexample subproject using Verilator
command: .circleci/do-rtl-build.sh boomexample example SmallDefaultBoomConfig
command: .circleci/do-rtl-build.sh SUB_PROJECT=boomexample CONFIG=SmallDefaultBoomConfig
no_output_timeout: 120m
- save_cache:
@@ -187,7 +187,7 @@ jobs:
- run:
name: Building the boom subproject using Verilator
command: .circleci/do-rtl-build.sh boom
command: .circleci/do-rtl-build.sh SUB_PROJECT=boom
no_output_timeout: 120m
- save_cache:
@@ -221,7 +221,7 @@ jobs:
- run:
name: Building the rocketchip subproject using Verilator
command: .circleci/do-rtl-build.sh rocketchip
command: .circleci/do-rtl-build.sh SUB_PROJECT=rocketchip
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 example SmallHwachaConfig
command: .circleci/do-rtl-build.sh SUB_PROJECT=example MODEL=TestHarness MODEL_PACKAGE=freechips.rocketchip.system CONFIG=SmallHwachaConfig CONFIG_PACKAGE=example GENERATOR_PACKAGE=hwacha TOP=ExampleRocketSystem
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 CONFIG_PACKAGE=example CONFIG=SmallHwachaConfig
command: make run-bmark-tests -C sims/verisim SUB_PROJECT=example MODEL=TestHarness MODEL_PACKAGE=freechips.rocketchip.system CONFIG=SmallHwachaConfig CONFIG_PACKAGE=example GENERATOR_PACKAGE=hwacha TOP=ExampleRocketSystem
# Order and dependencies of jobs to run
workflows: