mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 08:27:11 +02:00
Added setup scripts to quickly set current local repo as OPENRAM_HOME and OPENRAM_TECH
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/csh
|
||||
# This is a csh utility script to set the paths to the current
|
||||
# directory of OpenRAM. It must be sourced in the local directory
|
||||
# like this:
|
||||
# source setpaths.csh
|
||||
|
||||
setenv OPENRAM_HOME "`pwd`/compiler"
|
||||
setenv OPENRAM_TECH "`pwd`/technology"
|
||||
Reference in New Issue
Block a user