Add regress runner scripts

This commit is contained in:
Matt Guthaus 2018-07-03 11:49:29 -07:00
parent 68ad436f86
commit ded87dbbe7
3 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,6 @@
freepdk45:
script: "python3 tests/regress.py -t freepdk45"
script: "regress_freepdk45.sh"
scn3me_subm:
script: "regress_scn3me_subm.sh"

9
regress_freepdk45.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# This is a bash utility script to set the paths to the current
# directory of OpenRAM. It must be sourced in the local directory
# like this:
# source setpaths.sh
export OPENRAM_HOME="`pwd`/compiler"
export OPENRAM_TECH="`pwd`/technology"
python3 $OPENRAM_HOME/tests/regress.py -t freepdk45

9
regress_scn3me_subm.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# This is a bash utility script to set the paths to the current
# directory of OpenRAM. It must be sourced in the local directory
# like this:
# source setpaths.sh
export OPENRAM_HOME="`pwd`/compiler"
export OPENRAM_TECH="`pwd`/technology"
python3 $OPENRAM_HOME/tests/regress.py -t scnn3me_subm