Mt2015 q4b

From HDLBits

mt2015_q4aPrevious

Taken from 2015 midterm question 4

Circuit B can be described by the following simulation waveform: Mt2015 q4b.png

Implement this circuit.

Module Declaration

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


Write your solution here

Upload a source file...