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.

ade defining output variable and re-using within another out

Status
Not open for further replies.

psheldon

Newbie level 2
Joined
Apr 21, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Wa
Activity points
1,291
I am using Cadence ADE and would like to define an output variable then re-use it within another output description. How do I do this? I know I can use a Design variable such as VDDA using: VAR("VDDA"). But how do I re-use an output variable name?
 

Re: ade defining output variable and re-using within another

Just insert before your output expression "<var_name> ="

Example:

gain = VF("/Out")
dcgain = value(gain 0)
bw = bandwidth(gain 3 "low")
dcgain*bw
 

    psheldon

    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