Added timebase from manual

This commit is contained in:
2025-02-10 14:48:20 +01:00
parent 477774236a
commit ede4876d47

View File

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