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:
|
||||
#cd ~
|
||||
#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
|
||||
# m h dom mon dow user command
|
||||
#0 0,12 * * * /mada/users/wubin6666/unit_test/trunk/regress_daemon.sh
|
||||
!/bin/bash
|
||||
source /mada/software/setup.sh
|
||||
export OPENRAM_HOME="/soe/mrg/unit_test/trunk/compiler"
|
||||
export OPENRAM_TECH="/soe/mrg/unit_test/trunk/technology"
|
||||
python ${HOME}/unit_test/trunk/regress_daemon.py -t freepdk45
|
||||
python ${HOME}/unit_test/trunk/regress_daemon.py -t scn3me_subm
|
||||
export OPENRAM_HOME="/soe/mrg/unit_test/compiler"
|
||||
export OPENRAM_TECH="/soe/mrg/unit_test/technology"
|
||||
python ${HOME}/unit_test/regress_daemon.py -t freepdk45
|
||||
python ${HOME}/unit_test/regress_daemon.py -t scn3me_subm
|
||||
|
|
|
|||
Loading…
Reference in New Issue