Added timebase from manual
This commit is contained in:
parent
477774236a
commit
ede4876d47
@ -1 +1,8 @@
|
||||
`timescale 1ns/1ps
|
||||
module timebase
|
||||
(input logic clk,
|
||||
input logic reset,
|
||||
output logic [?:0] count);
|
||||
|
||||
|
||||
|
||||
endmodule
|
||||
|
Loading…
x
Reference in New Issue
Block a user