make hwacha smaller
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user