Mt2015 q4a
From HDLBits
mt2015_eq2Previous
Nextmt2015_q4b
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);
mt2015_eq2Previous
Nextmt2015_q4b