kvn0smnsn
Junior Member level 2
I have a piece of code I'm putting together:
With this, is (hexes) an array of six values, each of which has eight bits?
Or is it an array of eight values, each of which has six bits?
Code:
module twoDim( hexes, switches);
output [ 7:0] hexes [ 5:0];
input [ 9:0] switches;
// Rest of the file deleted.
endmodule
Or is it an array of eight values, each of which has six bits?