Skip to content

Commit

Permalink
variants: demonstrate variant differing only from CTS and on
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 29, 2024
1 parent 063373e commit b33d229
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,17 @@ SWEEP = {
"floorplan": "BoomTile_synth",
},
},
"1": {
"description": "Same as base, only with CTS timing repair enabled",
"variables": {
"SKIP_CTS_REPAIR_TIMING": "0",
},
"previous_stage": {
"cts": "BoomTile_place",
},
},
"2": {
"description": "Same as base, but with flattend synthesis"
"variables": {
"SYNTH_HIERARCHICAL": "0",
"MACRO_PLACEMENT_TCL": "$(location write_macro_placement)",
Expand Down

0 comments on commit b33d229

Please sign in to comment.