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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…