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.

questions about Cadence wire name

Status
Not open for further replies.

hmsheng

Full Member level 4
Full Member level 4
Joined
Dec 17, 2003
Messages
219
Helped
26
Reputation
52
Reaction score
10
Trophy points
1,298
Location
China
Activity points
1,556
I have a bus with 32 bits. The 24 MSB bits connect to gnd, and the 8 LSB bit connect to a<7:0>. We can give a wire name as gnd,gnd,...,gnd,a<7:0>. There are totally 24 gnds in the wire name. But this way is very tedious.

In verilog, there is a way like this: 24{gnd},a<7:0> .

Is there a simple way to name the wire in Cadence?

Regards,
hmsheng
 

Either <*24>gnd,a<7:0>
or gnd*24,a<7:0> should work.

Why would you need 24 gnd wires in a bus? ;-)
 
erikl said:
Either <*24>gnd,a<7:0>
or gnd*24,a<7:0> should work.

Why would you need 24 gnd wires in a bus? ;-)

I have a behaviour model of bin2dec with 32bit input, only the 8LSB connects to the output of another block, the 24MSB should be connected to gnd. That's it.

BTW, <*24>gnd,a<7:0> works, but gnd*24,a<7:0> doesn't.
 
hmsheng said:
BTW, <*24>gnd,a<7:0> works, but gnd*24,a<7:0> doesn't.
Thanks for your feedback - and for having clicked "helped me" !
 

    hmsheng

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top