Posted by suyog_asic on Jul 10, 2018
UVM array randomization randc randc usage constraint #uvm #systemverilog Hi, I wanted to generate 8 4 bit random numbers cyclic in nature. I wrote following code. module rand1; class expt; randc bit [3: 0] a [0: 7]; endclass initial begin ...
Question