awd -dataDir [].raw
for drawing and plotting. Of which [] is the circuit name.
To view menus, use
openbook& -> IC Tools -> Schematic Entry -> Composer Tutorial
Suggested Steps for the Project
For those who use Cadence Schematic tools
create schematic of your design
verify your result using Verilog simulator at the schematic level,
you definitely have to show that your design works
create layout level of your design
extract your design to 'extracted' level (yes, you can do that, i
just successfully did it myself), correct any mistakes that you may have
- look at the tuturial for detail; this step is important, because it
shows that your layout is the same as your schematic
if you have a VISC account, HSPICE is available to you, and you can
extract your netlist directly from the SCHEMATIC (not layout) level of
your design. otherwise, use spectre to simulate your circuit. type in
your circuit. do the simulation. for either case, you may run into
trouble to do spice simulation. focus on the first 4 steps, and do this
step if you have time.
For those who use Synopsis tools
create a VHDL model
simulate your design
create layout level of your design based on the VHDL model
you have to find a way to somehow verify that the VHDL model is the
same as your layout (i have not yet figure out how to do this myself)
same as 5 above
Import CIF File to Cadence
Copy those files cif.tf and cifmap
into your project directory
In the "Import CIF" dialog box, at the entry which is asking "ASCII
tech file", specify "./cif.tf" as your tech file.
In the "User-defined ..." dialog box, at the entry "Layer mapping",
specify "./cifmap" as your conversion file.
Follow the instructions given at the Penn State Web site, and do the
conversion, then input the cell view of your design to Virtuoso, it
should work.