D
Daku
Guest
Could some Verilog guru please clarify the following ?
What is the difference between
input [10:5] a;
and
input [5:0] a;
Both are 6 bits wide. In which cases would one use
the first, as compared to the second ? Thanks in advance
for your help.
What is the difference between
input [10:5] a;
and
input [5:0] a;
Both are 6 bits wide. In which cases would one use
the first, as compared to the second ? Thanks in advance
for your help.