Difference between revisions of "Cadence Encounter"

From Vlsiwiki
Jump to: navigation, search
Line 1: Line 1:
 
To use the Cadence tools, you must change this environment variable:
 
To use the Cadence tools, you must change this environment variable:
  
    * export OSUcells=/mada/software/techfiles/osu_soc_v2.7/cadence  
+
export OSUcells=/mada/software/techfiles/osu_soc_v2.7/cadence  
  
 
The OSU scripts for Cadence can be copied from here:
 
The OSU scripts for Cadence can be copied from here:
  
* cp -rf /mada/software/techfiles/osu_soc_v2.7/cadence/flow/tsmc018
+
cp -rf /mada/software/techfiles/osu_soc_v2.7/cadence/flow/tsmc018
  
 
You will need to specify the correct top-level name and gate-level netlist name in encounter.conf. To place and route the design, type:
 
You will need to specify the correct top-level name and gate-level netlist name in encounter.conf. To place and route the design, type:
  
* encounter encounter.tcl
+
encounter encounter.tcl
  
 
with X11 exported to your local machine. If this completes successfully, you can hit "f" to center the layout.
 
with X11 exported to your local machine. If this completes successfully, you can hit "f" to center the layout.

Revision as of 00:17, 14 May 2008

To use the Cadence tools, you must change this environment variable:

export OSUcells=/mada/software/techfiles/osu_soc_v2.7/cadence 

The OSU scripts for Cadence can be copied from here:

cp -rf /mada/software/techfiles/osu_soc_v2.7/cadence/flow/tsmc018

You will need to specify the correct top-level name and gate-level netlist name in encounter.conf. To place and route the design, type:

encounter encounter.tcl

with X11 exported to your local machine. If this completes successfully, you can hit "f" to center the layout.