mirror of https://github.com/VLSIDA/OpenRAM.git
Fix make target in regression
This commit is contained in:
parent
84020f13c6
commit
5081cf2383
|
|
@ -24,8 +24,9 @@ jobs:
|
||||||
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 PDK_ROOT="${{ github.workspace }}/pdk"
|
||||||
make pdk
|
# Add make targets to install PDKs of all technologies that need it
|
||||||
make install
|
make sky130-pdk
|
||||||
|
make sky130-install
|
||||||
- name: Regress
|
- name: Regress
|
||||||
run: |
|
run: |
|
||||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue