| Status | Title | Difficulty | Tags |
|---|---|---|---|
Implement a 4-to-1 multiplexer that selects one of four input bits based on a 2-bit select signal.
sel: 2-bit select signaldata: 4-bit input dataout: 1-bit selected outputSubmit your Verilog code using Cmd+Enter to see the simulation results and waveform visualization.