mirror of https://github.com/VLSIDA/OpenRAM.git
Merge branch 'dev' of https://github.com/VLSIDA/PrivateRAM into dev
This commit is contained in:
commit
6721e2d250
|
|
@ -0,0 +1,6 @@
|
|||
freepdk45:
|
||||
script: "regress_freepdk45.sh"
|
||||
|
||||
scn3me_subm:
|
||||
script: "regress_scn3me_subm.sh"
|
||||
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue