Skip to content

Commit

Permalink
attempting to skip soc hardening, to get faster feedback for wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 21, 2023
1 parent 0e5f3c4 commit 75d303d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,16 @@ jobs:
run: |
make simenv
- name: Harden Using Openlane
# - name: Harden SOC Using Openlane
# run: |
# make soc

- name: Copy Previously Hardened SOC
run: |
cp -r /home/prherrma/soc ${GITHUB_WORKSPACE}/openlane/soc/runs/
- name: Harden User Project Wrapper Using Openlane
run: |
make soc
make user_project_wrapper
- name: Run MPW Precheck
Expand Down

0 comments on commit 75d303d

Please sign in to comment.