Examine the LFSR (Linear Feedback Shift Register) circuit below.
An LFSR circuit is similar to a CRC circuit and is often used to generate a pseudo-random number for test purposes.
Milestone 1:
Initially Q = 0xF. Fill in the table below for each tick. What is the value of Q (in decimal) after six ticks?
| Qo | Q1 | Q2 | Q3 | Q |
|----|----|----|----|---|
| 0 | 1 | 2 | 3 | 4 |
| 5 | | | | |