How to short two nets in a schematic

From EDA Wiki
Revision as of 23:17, 30 March 2011 by Mhall24 (talk | contribs)
Jump to navigationJump to search

It is sometimes desirable or necessary to short two nets in a circuit using Virtuoso Schematic Editor. The traditional solution is to name the net at the top-most hierarchical level schematic so that only one net is created and named. A more flexible solution is to use the Cadence symbol cds_thru from the basic library to create a short between the two nets.

Note, the NCSU Design Toolkit replaces the basic library from Cadence with its own which may not have the cds_thru cell. To add this library (renaming it to basic_cds) to your CDS project, add the following line to the cds.lib file:

DEFINE basic_cds $IC/tools/dfII/etc/cdslib/basic

In your schematic, left click Schematic Editor: Create → Instance... (bind key <i>). Then select the cds_thru cell from the basic (or basic_cds) library. The window should look as shown below:

Cds thru create instance.png

Left click in the schematic to place the symbol. Adding a sine wave transient voltage source, a 10 pF capacitor, and the IN and OUT labels, we get the following schematic:

Cds thru schematic test.png

In this schematic, the IN net is shorted to the OUT net, while keeping their separate names.