Mt2015 q4a

From HDLBits

mt2015_eq2Previous

Taken from 2015 midterm question 4

Module A is supposed to implement the function z = (x^y) & x. Implement this module.

Module Declaration

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

Write your solution here

Upload a source file...