mirror of https://github.com/VLSIDA/OpenRAM.git
Set path for FREEPDK45 in ci.yml
This commit is contained in:
parent
735d66c9f1
commit
18c04892d1
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
run: |
|
||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
||||
export FREEPDK45="~/FreePDK45"
|
||||
#cd $OPENRAM_HOME/.. && make pdk && make install
|
||||
#export OPENRAM_TMP="${{ github.workspace }}/scn4me_subm_temp"
|
||||
#python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 12 -t scn4m_subm
|
||||
|
|
|
|||
Loading…
Reference in New Issue