Review

Quiz 3 Build a 2-1 MUX in simulation and on the FPGA.

Student work on the twoToOneMUX module:

Dataflow:












Structural:





The Conditional Operator:








The simulation code.

The integer data type is 32-bit. It is assigned to a 3-bit number so the lower 3 bits of the 32-bit data is assigned to the 3-bit binary number.



Explore all the truth table entries. Use a vector for the two inputs at 'a'.



Similar to the example above however splits the 'a' vector.



Similar as the examples above.




HW1 Task 2

Differences between blocking and nonblocking statements.



Simulation results: