Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Apr 17, 2024
1 parent 074deb0 commit 8f28f57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
name: Execute sample _make scripts
runs-on: ubuntu-22.04
container:
image: ghcr.io/antmicro/bazel-orfs@sha256:78b4c15830d75e026dc2294b280cb5ff1200f6ee7902a714dca71fd61b5b2e4e
# image: ghcr.io/antmicro/bazel-orfs@sha256:78b4c15830d75e026dc2294b280cb5ff1200f6ee7902a714dca71fd61b5b2e4e
image: ghcr.io/antmicro/openroad-flow-scripts/ubuntu22.04:latest
defaults:
run:
shell: bash
Expand All @@ -82,7 +83,10 @@ jobs:
- name: Override HOME env var
shell: bash
run: |
echo HOME=/root | sudo tee -a $GITHUB_ENV
echo HOME=/root | tee -a $GITHUB_ENV
ln -s /OpenROAD-flow-scripts /root/OpenROAD-flow-scripts
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 -O /usr/local/bin/bazel && \
chmod +x /usr/local/bin/bazel
- name: Print info
run: |
echo "USER: "$(whoami)
Expand All @@ -100,10 +104,6 @@ jobs:
env:
TARGET: tag_array_64x184
run: .github/scripts/build_local_target.sh
- name: build local stage targets - lb_32x128
env:
TARGET: lb_32x128
run: .github/scripts/build_local_target.sh
- name: build local stage targets - L1MetadataArray_test
env:
TARGET: L1MetadataArray_test
Expand Down

0 comments on commit 8f28f57

Please sign in to comment.