Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIf you mean your case subject is 8 bits then you can say:
case subject "00000000": do this "00000001": do that ...etc you may use better syntax than me as my Verilog is rusty.If you mean your case subject is 8 bits then you can say:
case subject "00000000": do this "00000001": do that ...etc you may use better syntax than me as my Verilog is rusty.