Difference between revisions of "Technology Setup"

From Vlsiwiki
Jump to: navigation, search
Line 13: Line 13:
 
  echo $SHELL
 
  echo $SHELL
  
If your default shell is cshrc (the SOE default), you can either a) request that the SOE change it via itrequest or b) run bash at the end of your .cshrc file.
+
=== Setup with bash ===
  
 
In your .bashrc file add the following lines:
 
In your .bashrc file add the following lines:
Line 19: Line 19:
 
  source /mada/software/setup.sh
 
  source /mada/software/setup.sh
  
For those who use csh or tcsh, you can get setup.csh here.
+
=== Setup with csh or tcsh ===
http://www.soe.ucsc.edu/~michael/setup.csh
+
 
 +
If your default shell is cshrc (the SOE default), you can either a) request that the SOE change it via itrequest b) run bash at the end of your .cshrc file or c) use the configuration file that is here:
 +
 
 +
/mada/software/setup.csh
 +
 
 +
Note, however, that there may be errors in this file and you should contact SOE tech support if there are differences.
  
 
You must now log out and log back in to get the new setup.
 
You must now log out and log back in to get the new setup.

Revision as of 20:55, 1 October 2007

Connecting Remotely

First of all, the tools are only set up on mosis4.cse.ucsc.edu (for CMPE 222) or on any of the mada machines (for Jose and my research groups). You must run them remotely on the machines by exporting your X display:

ssh -Y mosis4.cse.ucsc.edu

and you must have an X11 client on your computer. You can do this from home if you have a fast machine. Otherwise, you must use the graduate computing labs.

Setting up the CAD Tools

On this machine, all of the CAD tools are set up by a single setup file called /mada/software/setup.sh. It is written for bash, so you will need to run this shell first if you do not already. You can check your shell by typing:

echo $SHELL

Setup with bash

In your .bashrc file add the following lines:

source /mada/software/setup.sh

Setup with csh or tcsh

If your default shell is cshrc (the SOE default), you can either a) request that the SOE change it via itrequest b) run bash at the end of your .cshrc file or c) use the configuration file that is here:

/mada/software/setup.csh

Note, however, that there may be errors in this file and you should contact SOE tech support if there are differences.

You must now log out and log back in to get the new setup.

You must also copy the system wide technology library to your home directory:

cp /mada/software/techfiles/ncsu/cdssetup/lib.defs ~