Skip to content

Commit 57651ed

Browse files
committed
test/orfs/mock-array: test reporting power per module with -hier
fixes Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 00c74b1 commit 57651ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/orfs/mock-array/mock-array.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ def mock_array(name, config):
515515
)
516516

517517
for power_test in ELEMENT_POWER_TESTS:
518+
if v != "base":
519+
continue
518520
for stage in POWER_STAGES:
519521
orfs_run(
520522
name = "Element_{variant}_{stage}_{power_test}".format(

0 commit comments

Comments
 (0)