Bugs mux4
From HDLBits
bugs_nand3Previous
Nextbugs_addsubz
This 4-to-1 multiplexer doesn't work. Fix the bug(s).
You are provided with a bug-free 2-to-1 multiplexer:
module mux2 ( input sel, input [7:0] a, input [7:0] b, output [7:0] out );
Module Declaration
module top_module ( input [1:0] sel, input [7:0] a, input [7:0] b, input [7:0] c, input [7:0] d, output [7:0] out );
bugs_nand3Previous
Nextbugs_addsubz