Exams/m2014 q4k

From HDLBits

lfsr32Previous

Implement the following circuit:

Exams m2014q4k.png

Module Declaration

module top_module (
    input clk,
    input resetn,   // synchronous reset
    input in,
    output out);

Write your solution here

Upload a source file...