Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Interconnect the wires of particular nodes of schematic in array in cadence virtuoso

parminder

Member level 2
Joined
Mar 1, 2022
Messages
53
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
376
HI, i want to interconnect the particular wire of instance in an array automatically, is there any way that while copying instance in row, it gets connected automatically or i need to interconnect the wires manually ? ( cadence virtuoso IC6)

in the attachment A,A bar node of all 4 instances must be connected to , while B node is not connected to each other.
 

Attachments

  • IMG-1790.jpg
    IMG-1790.jpg
    970.8 KB · Views: 64
You can use named nets and an iterated instance to do
this efficiently. Each "pin" (consider it a pin-stack) has an
ordered list. So, like, a ripple counter could have one
iterated DFF instance, the D pin (stack) might have
<Dprime,Q<0:6> while the output rank is Q<0:7> and
the CK pin is a single shorting wire to the clock source.
Much better than a wireball, as long as you keep the
bookkeeping straight.

Probing that can be a bitch, though, so I usually will take
those bundled nets out to singlets with a trivial load element
that lets me plot-by-pick, somewhere that doesn't mess
with core schematic prettiness.
 
so basically you mean to say that i simply connect "A" wire to my voltage source(acc. to my circuit design) and label B wire as B <0:3> ?
 
Kindasortanotexactly.

You need to understand the label form of busses that comprise
non-homogeneous fields (like, input D might be [A,B<0:2>]
while Q is a homogeneous B<0:3> - and my special char
syntax is for illustration only), and the instances must be
named consistently with the net assignments (like the DFFs
may be I7<0:3>) so every pin in the instance-bundle has a
bundle-net to satisfy it and vice versa.
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top