Design a circuit that implements a 4-bit counter (mod 16). The counter must start at zero after reset and increase the value at each cycle.
module counter4(count, clk, rst);
input clk, rst;
output [3:0] count;clk is the clock signal.
rst is the synchronous reset signal.
count is the 4-bit output of the counter.
Author: Jordi Cortadella
Generation: 2026-02-03T12:20:25.677Z
© Jutge.org, 2006–2026.
https://jutge.org