1.

What Is The Difference Between $random() And $urandom()?

Answer»
  1. $random system FUNCTION returns a 32-bit signed random number each time it is called
  2. $urandom system function returns a 32-bit UNSIGNED random number each time it is called. (NEWLY added in SV, not present in verilog)



Discussion

No Comment Found