You should create a Cadence library in your own file space and copy the following cells to your library:
The top level schematic of your design (the adder_16_bit cell in this example) will be just below the level of the completed chip - it will contain all the circuitry which defines your design with the exception of the I/O pads which will be bonded to the package (ie the DIP or the PGA package).
Once the top level schematic is completed (and you have naturally simulated to the point where you are convinced the design is perfect), you should create a symbol for your design. Once the symbol is created, create a new cell (in this example, the PR_adder_top cell)- this will be the cell on which Place & Route is run.
In the cell library for the CMOS4S process, there are several versions of the I/O pads:
You will use X='n' or X='w.' Naturally the signal pads must be of the same type (wide or narrow) as the power and ground pads.
The example schematic, PR_adder_top uses the wide pads:
Check and Save the place and route schematic. Now you are ready to place and route the chip.
Follow these steps when creating a CMOS4S chip layout:
Net Names Edit Net Priority Edit Net Width Edit Net Type ------------------------------------------------------------------- gnd! 115 5.0 ground gndring! 115 75.0 ground vdd! 115 5.0 supply vddring! 115 75.0 supply
At this point you should run Design->Save As to save the design as a layout cellview.
You are done.