Mt2015 q4b

From HDLBits

mt2015_q4aPrevious

Taken from 2015 midterm question 4

Circuit B can be described by the following simulation waveform:

Implement this circuit.

Module Declaration

module top_module ( input x, input y, output z );


Write your solution here

x
 
1
module top_module ( input x, input y, output z );
2
3
endmodule
4
Upload a source file...

Solution