Skip to content

Commit

Permalink
variants: fix variant, last gasp enabled
Browse files Browse the repository at this point in the history
The description of the variant says last gasp enabled, but
it was actually disabled

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Nov 2, 2024
1 parent 24a347d commit beab12a
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 @@ -381,7 +381,7 @@ SWEEP = {
"GPL_TIMING_DRIVEN": "1",
"SKIP_CTS_REPAIR_TIMING": "0",
"MACRO_PLACEMENT_TCL": "$(location write_macro_placement)",
"SKIP_LAST_GASP": "1",
"SKIP_LAST_GASP": "0",
},
"previous_stage": {
"floorplan": "BoomTile_1_synth",
Expand Down

0 comments on commit beab12a

Please sign in to comment.