Commit f4748f9e authored by Konstantinos Blantos's avatar Konstantinos Blantos

remove static integer declaration for `seed`

parent 054200a6
Pipeline #4164 failed with stages
......@@ -130,7 +130,7 @@ virtual class CWishboneAccessor extends CBusAccessor;
endclass // CWishboneAccessor
static int seed = 0;
int seed = 0; //static
function automatic int probability_hit(real prob);
real rand_val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment