Difference between revisions of "Technology Setup"

From Vlsiwiki
Jump to: navigation, search
(From Linux/Unix)
(From Win32)
Line 17: Line 17:
 
You can do this from home if you have a fast internet connection. Otherwise, you must use the computing labs.
 
You can do this from home if you have a fast internet connection. Otherwise, you must use the computing labs.
  
=== From Win32 ===
+
=== Win32 Xming Setup===
  
 
To display on a win32 machine (vista), you should do this:
 
To display on a win32 machine (vista), you should do this:
  
1. Install xming from http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-6-9-0-28-setup.exe
+
# Install xming from http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-6-9-0-28-setup.exe
  
2. Install Xming fonts from http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-fonts-7-3-0-2-setup.exe
+
# Install Xming fonts from http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-fonts-7-3-0-2-setup.exe
  
3. Install putty from http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
+
# Install putty from http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
  
4. Start Xming
+
# Start Xming
  
5. start putty (an SSH client)
+
# start putty (an SSH client)
  
6. in the "SSH->Tunnels" page of putty, click on "Enable X forwarding"
+
# in the "SSH->Tunnels" page of putty, click on "Enable X forwarding"
  
7. In the Session page of putty, write the hostname (mosis4.cse.ucsc.edu). You can also write your username like this username@mosis4.cse.ucsc.edu. Hit "Save" to save the seesion for future use
+
# In the Session page of putty, write the hostname (mosis4.cse.ucsc.edu). You can also write your username like this username@mosis4.cse.ucsc.edu. Hit "Save" to save the seesion for future use
  
9. Hit "Open" to start your session
+
# Hit "Open" to start your session
  
icfb should now work OK, and display to your local machine
+
Any X application (e.g. xcalc) should now work by displaying to your local machine
  
 
== Setting up the CAD Tools ==
 
== Setting up the CAD Tools ==

Revision as of 18:35, 4 May 2008

Connecting Remotely

From Linux/Unix

First of all, the tools are only set up on lab machines (mosis4.cse.ucsc.edu for CMPE222/223, your specific lab machine in CMPE125/CMPE126, or on any of the mada machines for the MASC and VLSI research groups).

You can 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. Suggested X11 clients are

  1. X11.app in OSX
  2. Xorg's XFree86 in Linux
  3. Xming in Windows

You can do this from home if you have a fast internet connection. Otherwise, you must use the computing labs.

Win32 Xming Setup

To display on a win32 machine (vista), you should do this:

  1. Install xming from http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-6-9-0-28-setup.exe
  1. Install Xming fonts from http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-fonts-7-3-0-2-setup.exe
  1. Install putty from http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
  1. Start Xming
  1. start putty (an SSH client)
  1. in the "SSH->Tunnels" page of putty, click on "Enable X forwarding"
  1. In the Session page of putty, write the hostname (mosis4.cse.ucsc.edu). You can also write your username like this username@mosis4.cse.ucsc.edu. Hit "Save" to save the seesion for future use
  1. Hit "Open" to start your session

Any X application (e.g. xcalc) should now work by displaying to your local machine

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

The setup for CMPE125 is /opt/setup_synopsys.sh so change the name below as appropriate.

Setup with bash

In your .bashrc file add the following lines:

source /mada/software/setup.sh

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

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 between it and the bash setup.sh file. THIS IS NOT THE RECOMMENDED SETUP.

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