This document describes an exercise to implement basic logic circuits using an FPGA development board. It involves:
1. Creating a circuit to read input switches and display their states on LEDs.
2. Designing a 4-bit 2-to-1 multiplexer circuit to select between two 4-bit inputs based on a selection bit.
3. Building a 2-bit wide 3-to-1 multiplexer using two 2-to-1 multiplexers to select between three 2-bit inputs.
The circuits are tested by toggling switches and observing the output LEDs. This allows learning how to interface
inputs and outputs to an FPGA and implement basic multiplexer logic.