Skip to content

Commit

Permalink
[bazel] allocate 5 cores per verilator test to allow for harness and …
Browse files Browse the repository at this point in the history
…overhead

An alternative to lowRISC#16913 to prevent harnesses from getting pre-empted by
a simulation load.

Signed-off-by: Drew Macrae <[email protected]>
  • Loading branch information
Drew Macrae committed Dec 22, 2022
1 parent 42ab42b commit e99a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/opentitan_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def verilator_params(
"@//hw:verilator",
"@//hw:fusesoc_ignore",
]
required_tags = ["verilator", "cpu:4"]
required_tags = ["verilator", "cpu:5"]
kwargs.update(
args = default_args + args,
data = required_data + data,
Expand Down

0 comments on commit e99a6f2

Please sign in to comment.