mirror of https://github.com/VLSIDA/OpenRAM.git
Export $PDK_ROOT before running regression
This commit is contained in:
parent
e972427e5f
commit
0e3fd80a05
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||||
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
||||||
|
export PDK_ROOT="${{ github.workspace }}/pdk"
|
||||||
export FREEPDK45="~/FreePDK45"
|
export FREEPDK45="~/FreePDK45"
|
||||||
# KLAYOUT_PATH breaks klayout installation. Unset it for now...
|
# KLAYOUT_PATH breaks klayout installation. Unset it for now...
|
||||||
unset KLAYOUT_PATH
|
unset KLAYOUT_PATH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue