PAD FRAME

At the final stage of an IC design, the layout of the system must be routed to a pad frame.  Essentially, this pad frame connects the design to pins -- the pins that are the inputs/outputs of the IC. 

In this class, you will be using the following pad frame that can be configured to meet your system's particular needs.  You should download each of the .mag files and put them in the appropriate directory.  You should only edit padframe.mag -- do not edit any other cell.  A description of the files follows. 

In total, there are 40 pins that you may use.  However, four pins (Bias!, GND!, Vdd!, and Pvdd!) are reserved for powering your system and pad frame, thus, leaving 36 useable pins that can serve as the IO for you chip. 

In your top-most level of your system, call an instance of the pad frame and connect to the appropriate locations (as are indicated by the labels).  Also, remember to connect all GND! and Vdd! connections in your design to GND! and Vdd! terminals on the pad frame. 

Changing Pad Types
The pad frame that you may download comes only with INOR pads.  However, your design may have voltage outputs which should be buffered with the WIDE pads.  To change the type of pad, you may use the following procedure.