Skip to content

Commit

Permalink
build: skip metrics to speed up build
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Aug 7, 2024
1 parent 54794c1 commit 40bac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SRAM_FLOOR_PLACE_ARGUMENTS = {"IO_CONSTRAINTS": "$(location :io-sram)"}

SRAM_BOOMTILE_FLOOR_PLACE_ARGUMENTS = {"IO_CONSTRAINTS": "$(location :io-boomtile)"}

SKIP_REPORT_METRICS = {"SKIP_REPORT_METRICS": "0"}
SKIP_REPORT_METRICS = {"SKIP_REPORT_METRICS": "1"}

mock_files = [
"mock/array_256x128.sv",
Expand Down

0 comments on commit 40bac49

Please sign in to comment.