In reply to bachan21:
one example
logic is a 4 state data type (0,1,x,z) vs bit being a 2 state data type (0,1)
rand logic datain
vs
rand bit datain
makes a difference as randomization is compute heavy
In reply to bachan21:
one example
logic is a 4 state data type (0,1,x,z) vs bit being a 2 state data type (0,1)
rand logic datain
vs
rand bit datain
makes a difference as randomization is compute heavy