mirror of https://github.com/VLSIDA/OpenRAM.git
Enable pdk installation on before regression
This commit is contained in:
parent
503ec274f8
commit
c01a7915d7
|
|
@ -23,10 +23,10 @@ jobs:
|
|||
run: |
|
||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
||||
#cd $OPENRAM_HOME/tests
|
||||
#export PDK_ROOT="${{ github.workspace }}/pdk"
|
||||
#make pdk
|
||||
#make install
|
||||
cd $OPENRAM_HOME/tests
|
||||
export PDK_ROOT="${{ github.workspace }}/pdk"
|
||||
make pdk
|
||||
make install
|
||||
- name: Regress
|
||||
run: |
|
||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||
|
|
|
|||
Loading…
Reference in New Issue