What part is assert argument

Status
Not open for further replies.

ruwan2

Member level 5
Joined
Nov 29, 2011
Messages
90
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
2,141
Hi,

I read verilog-ams LRM. I do not find 'assert argument' in the book on the following passage:







Is it '@(timer(1, 1))? or it is missing?

Thanks,
 

I could be wrong but argument seems like the input to a operator/function/task type thing..
Using the assert argument, the output of the integration operator can be reset to a given value at any time.
This feature is demonstrated in the following model, which uses the idt() operator to generate a periodic
ramp waveform:


Code:
V(out) <+ idt(1.0, 0, reset);
Hmm, the idt() operator (integration?) has a reset argument
 

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