cadence timing waveform

Status
Not open for further replies.

parminder

Member level 2
Joined
Mar 1, 2022
Messages
53
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
384
hi,

suppose Ton of waveform is 2ns and toff= 8ns, i have given transient time of 40ns
i want only 2 initial cycles ( upto 20ns) and rest waveform to be zero. how to do it in cadance?








THANKS
 

Use the the pwl in analogLib. Set the required number of points and build your special waveform.
(0,0) (0.1n,1) (2n,1) (2.1n,0) (10n,0) (10.1n,1), (12n,1), (12.1n,0), (40n, 0)

Or use two regular vpulses and multiply (ahdlLib) the outputs as if they were windowing functions.
 
@jjx Thank you so much for the response,
the first one Vpwl is working fine and it gives triangular waveform. what if i want square waveform ( as pink color square waveform shown in image ).
 

Attachments

  • Screenshot from 2022-05-03 14-26-56.png
    1.3 MB · Views: 106

@jjx Thank you so much for the response,
the first one Vpwl is working fine and it gives triangular waveform. what if i want square waveform ( as pink color square waveform shown in image ).
Use "vpulse" source from the analogLib to get the square waveform.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…