Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wulffern committed Dec 14, 2024
1 parent 58ba69b commit 879aca6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- name: JNW_EX0_SKY130A
shell: bash
run: |
source ci/jnw_ex0_sky130a/.bashrc
cd ci/jnw_ex0_sky130a
make all
6 changes: 6 additions & 0 deletions ci/jnw_ex0_sky130a/.bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

export PDK_ROOT=/opt/pdk/share/pdk
export LD_LIBRARY_PATH=/opt/eda/lib

export PATH=/opt/eda/bin:/opt/eda/python3/bin:$HOME/.local/bin:$PATH
6 changes: 3 additions & 3 deletions ip/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ cicconf:
cicsim:
remote: git@github.com:wulffern/cicsim.git
revision: main
on_clone: python3 -m pip install --user -e .
on_clone: python3 -m pip install -e .

cicspi:
remote: git@github.com:wulffern/cicspi.git
revision: main
on_clone: python3 -m pip install --user -e .
on_clone: python3 -m pip install -e .


#- Custom IC Creator - compiled analog blocks
Expand All @@ -43,7 +43,7 @@ ciccreator:
cicpy:
remote: git@github.com:wulffern/cicpy.git
revision: master
on_clone: python3 -m pip install --user -e .
on_clone: python3 -m pip install -e .

#-------------------------------------------------------
# TECHs
Expand Down

0 comments on commit 879aca6

Please sign in to comment.