From d63dfa00b7b4d5da921b4af0d5f01de2eee5b23f Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Fri, 4 Dec 2020 00:18:22 -0700 Subject: [PATCH] [Actions] filename bugfix --- .github/workflows/deploy_repo.yaml | 4 +++- .github/workflows/syn_repo.sh | 3 --- .github/workflows/sync_repo.sh | 10 ++++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 .github/workflows/syn_repo.sh create mode 100644 .github/workflows/sync_repo.sh diff --git a/.github/workflows/deploy_repo.yaml b/.github/workflows/deploy_repo.yaml index cc80888..034feb5 100644 --- a/.github/workflows/deploy_repo.yaml +++ b/.github/workflows/deploy_repo.yaml @@ -26,9 +26,11 @@ jobs: path: Caravel-SOFA-HD - name: Updating files - run: source ${GITHUB_WORKSPACE}/SOFA-Chips/.github/workflows/sync_repo.sh + working-directory: ${{ runner.workspace }}/Caravel-SOFA-HD + run: source .github/workflows/sync_repo.sh - name: Commit files + working-directory: ${{ runner.workspace }}/Caravel-SOFA-HD run: | git config --local user.email "lnis.uofu@github.com" git config --local user.name "lnis.uofu" diff --git a/.github/workflows/syn_repo.sh b/.github/workflows/syn_repo.sh deleted file mode 100644 index 26def9f..0000000 --- a/.github/workflows/syn_repo.sh +++ /dev/null @@ -1,3 +0,0 @@ -cd ${GITHUB_WORKSPACE}/SOFA-Chips -date >> testfile.txt - diff --git a/.github/workflows/sync_repo.sh b/.github/workflows/sync_repo.sh new file mode 100644 index 0000000..b90ab23 --- /dev/null +++ b/.github/workflows/sync_repo.sh @@ -0,0 +1,10 @@ + +date >> testfile.txt + + +# MAGTYPE=mag magic -rcfile ${PDK_ROOT}/sky130A/libs.tech/magic/current/sky130A.magicrc -noc -dnull merge.tcl + + +# use fpga_top fpga_top_uut +# transform 1 0 0 0 1 0 +# box 0 0 2500 3000 \ No newline at end of file