Jump to content

random variable of type bit with varying width


Recommended Posts

Hi

In a register sequence i would like to use data of type uvm_reg_data_t where the value of data should be random.

uvm_reg_data_t data;

size = rg.get_n_bits();

data[size-1:0] = $random;

What should be the type of the variable size? Should it be a parameter or define?

I would like the value of size to change according to the width of the register. So the width of data should change according to the width of the register.

What is the best way to do this?

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...