How will this loop work in SystemVerilog language?

bit [2:0] i;

As i is 3-bit value, it can take values from 0-7.

so i will get values 0,1,2,3

Browse More Popular Posts

Leave a Comment