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.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top