<<< A Register | Index | The Concept of Memory >>> |
Common shorthand notation for a sequence of bits is Q[3:0].
The rightmost bit is written as bit[0].
For n bit-sized register the leftmost bit is written as bit[n-1].
A subunit of a register is called a field, written as Q[l:r], specifying (left:right) bit range.
In our course we always assume that bit numbering goes from right to left, starting with zero.
<<< A Register | Index | The Concept of Memory >>> |