Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

assert(std::randomize(variable)) when assertions are turned off

$
0
0

What systemverilog standard defines when we use

assert(std::randomize(variable))

when assertions are turned off

 

I am using it but bit confuse what should simulators do ?

will it still randomize variable

or keep previous value

or it is going to be 0 (variable is int)

 

 

Thanks


Viewing all articles
Browse latest Browse all 756

Trending Articles