Sim/circuit1
From HDLBits
bugs_casePrevious
Nextsim/circuit2
This is a combinational circuit. Read the simulation waveforms to determine what the circuit does, then implement it.
Module Declaration
module top_module ( input a, input b, output q );
bugs_casePrevious
Nextsim/circuit2