Please format your code with markdown or <code> </code> tags
See Formatting in Posts
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 bit [7:0] data[];
con…
|