CRC/FSM Assignment (3 bit M-LFS) Semantics and Understanding
a) Pick a 3 bit maximal length LFS as your CRC. That is, provide the polynomial representation, its hardware implementation, or feedback tap configuration.
b) Draw the CRC LFSR FSM. Number of states?
c) Label inputs and outputs when used as a CRC. (Care wrt type of LFSR)
N.B The inputs are single bits from the incoming data stream MSB first and are exor'd with the feedback bit. The outputs are the state.