Exams/2012 q1g
From HDLBits
exams/m2014_q3Previous
Consider the function f shown in the Karnaugh map below. Implement this function.
(The original exam question asked for simplified SOP and POS forms of the function.)
Module Declaration
module top_module ( input [4:1] x, output f );
exams/m2014_q3Previous