KamleshMulchandani
Newbie level 3

Hi ,
How can I verify data inversion feature in SV or Verilog .
Feature details :
If inversion =1'b1 ;
My data lets say is 4 , 8 , 67 , 45 .
should get inverted to 45 , 67 , 8 , 4 .
Thanks in advance .
How can I verify data inversion feature in SV or Verilog .
Feature details :
If inversion =1'b1 ;
My data lets say is 4 , 8 , 67 , 45 .
should get inverted to 45 , 67 , 8 , 4 .
Thanks in advance .