Skip to content

Commit

Permalink
CI: Fix used stages for local flow tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski authored and oharboe committed Apr 19, 2024
1 parent 074deb0 commit 6ffb917
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/scripts/build_local_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ set -e

target_name=${TARGET:-"tag_array_64x184"}
if [[ -z "$STAGES" ]]; then
if [[ "$target_name" == L1MetadataArray_* ]]; then
STAGES=("synth_sdc" "synth" "floorplan" "place" "cts" "grt" "generate_abstract")
else
STAGES=("synth_sdc" "synth" "floorplan" "generate_abstract")
fi
STAGES=("synth_sdc" "synth" "floorplan" "place" "cts" "generate_abstract")
else
eval "STAGES=($STAGES)"
fi
Expand Down

0 comments on commit 6ffb917

Please sign in to comment.