Please format your code with markdown tags
See Formatting in Posts for all formatting options
Your source code will be much easier to read when it is formatted nice and pretty like this:
class packet;
rand bit [31:0] address;
rand bit [7:0] length;
rand…
|