Added timebase from manual

This commit is contained in:
xeovalyte 2025-02-10 14:48:20 +01:00
parent 477774236a
commit ede4876d47
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo

View File

@ -1 +1,8 @@
`timescale 1ns/1ps
module timebase
(input logic clk,
input logic reset,
output logic [?:0] count);
endmodule