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