mirror of https://github.com/lnis-uofu/SOFA.git
[Actions] filename bugfix
This commit is contained in:
parent
027f0f76a2
commit
d63dfa00b7
|
@ -26,9 +26,11 @@ jobs:
|
||||||
path: Caravel-SOFA-HD
|
path: Caravel-SOFA-HD
|
||||||
|
|
||||||
- name: Updating files
|
- 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
|
- name: Commit files
|
||||||
|
working-directory: ${{ runner.workspace }}/Caravel-SOFA-HD
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "lnis.uofu@github.com"
|
git config --local user.email "lnis.uofu@github.com"
|
||||||
git config --local user.name "lnis.uofu"
|
git config --local user.name "lnis.uofu"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
cd ${GITHUB_WORKSPACE}/SOFA-Chips
|
|
||||||
date >> testfile.txt
|
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue