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.

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
377
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
    Screenshot from 2022-05-03 14-26-56.png
    1.3 MB · Views: 103

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top