Slide 35 of 43
Notes:
This is the architecture which uses a complex generate statement. There is an IF statement within the generate statement to handle the fact that the mux that is connected to the 0th bit is connected to scan_in instead of the output of the DFF in the previous bit position. Here again, the colors highlight the three parts of the structural description.
Note that the concurrent signal assignment statements to connect the dff_out signal to the Q outputs are inside the generate statements.