mirror of https://github.com/VLSIDA/OpenRAM.git
Update unit test to run with GitHub release.
This commit is contained in:
parent
7a23550ae0
commit
3bc6f1db5e
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
#Check out a copy of the repository:
|
#Check out a copy of the repository:
|
||||||
#cd ~
|
#cd ~
|
||||||
#git clone gitosis@mada0.cse.ucsc.edu:openram.git unit_test
|
#git clone gitosis@mada0.cse.ucsc.edu:openram.git unit_test
|
||||||
|
|
@ -6,9 +7,8 @@
|
||||||
#Add a command like this to the crontab to call the regression script
|
#Add a command like this to the crontab to call the regression script
|
||||||
# m h dom mon dow user command
|
# m h dom mon dow user command
|
||||||
#0 0,12 * * * /mada/users/wubin6666/unit_test/trunk/regress_daemon.sh
|
#0 0,12 * * * /mada/users/wubin6666/unit_test/trunk/regress_daemon.sh
|
||||||
!/bin/bash
|
|
||||||
source /mada/software/setup.sh
|
source /mada/software/setup.sh
|
||||||
export OPENRAM_HOME="/soe/mrg/unit_test/trunk/compiler"
|
export OPENRAM_HOME="/soe/mrg/unit_test/compiler"
|
||||||
export OPENRAM_TECH="/soe/mrg/unit_test/trunk/technology"
|
export OPENRAM_TECH="/soe/mrg/unit_test/technology"
|
||||||
python ${HOME}/unit_test/trunk/regress_daemon.py -t freepdk45
|
python ${HOME}/unit_test/regress_daemon.py -t freepdk45
|
||||||
python ${HOME}/unit_test/trunk/regress_daemon.py -t scn3me_subm
|
python ${HOME}/unit_test/regress_daemon.py -t scn3me_subm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue