Skip to content

Commit

Permalink
variants: measure all the way through grt
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 30, 2024
1 parent 6c607a4 commit 18bc100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,12 @@ WNS_REPORT_SWEEP = [variant for variant in SWEEP if "naja" not in variant]
SWEEP_JSON = {
"base": BOOMTILE_VARIABLES,
"sweep": {variant: SWEEP[variant] for variant in WNS_REPORT_SWEEP},
"stage": "cts",
"stage": "grt",
"stages": [
"floorplan",
"place",
"cts",
"grt",
],
}

Expand Down

0 comments on commit 18bc100

Please sign in to comment.