how can i check uvm_do will allocate memory each time when called and if i r

Status
Not open for further replies.

yadavindresh

Newbie level 1
Joined
Apr 5, 2013
Messages
0
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,280
Activity points
1,280
hi frndz...
how can i check uvm_do will allocate memory each time when called and if i replace it with uvm_create it will create

only one memory allocation?

repeat(10)
begin
`uvm_do(seq)
end

if we repalce that with..

`uvm_create(seq)
repeat(10)
begin
`uvm_rand_send(seq)
end
 

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…