mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 18:02:23 +02:00
9 lines
252 B
Tcsh
Executable File
9 lines
252 B
Tcsh
Executable File
#!/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"
|