Jump to content

Generating constrained random pre-load file for SoC TB


Recommended Posts

Hi All,

 

Any idea how to use UVM to generate a pre-load files using constrained random method for SoC verification.

 

Is it OK to have an UVM agent for this purpose which does not require any sequencer?

 

The idea here is to verify CPU execution which is based the flash pre-load file. 

 

Thanks 

Mani

 

 

Link to comment
Share on other sites

  • 1 month later...

You could use a file read task as body inside a sequence and let the regular ENV --> Agent --> SQR --> DRVR setup as-is. Yes your SQR is not really "sequencing" stuff, but an arbiter with just one req active is not as bad as it may sound!

 

However an alternate approach is to use a Test layer alone and get rid of other unwanted pieces of UVM layers to keep it simple. This is what we have seen some users do with our opensource Go2UVM package - see www.go2uvm.org for more details on this if interested.

 

Regards

Srini

www.verifworks.com 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...