URL
https://opencores.org/ocsvn/openarty/openarty/trunk
[/] [openarty/] [trunk/] [rtl/] [rtcgps.v] - Diff between revs 3 and 25
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 25 |
Line 52... |
Line 52... |
// GPS interface
|
// GPS interface
|
i_gps_valid, i_gps_pps, i_gps_ckspeed,
|
i_gps_valid, i_gps_pps, i_gps_ckspeed,
|
// Our personal timing, for debug purposes
|
// Our personal timing, for debug purposes
|
o_rtc_pps);
|
o_rtc_pps);
|
parameter DEFAULT_SPEED = 32'd2814750; //2af31e = 2^48 / 100e6 MHz
|
parameter DEFAULT_SPEED = 32'd2814750; //2af31e = 2^48 / 100e6 MHz
|
|
//
|
input i_clk;
|
input i_clk;
|
|
//
|
input i_wb_cyc, i_wb_stb, i_wb_we;
|
input i_wb_cyc, i_wb_stb, i_wb_we;
|
input [1:0] i_wb_addr;
|
input [1:0] i_wb_addr;
|
input [31:0] i_wb_data;
|
input [31:0] i_wb_data;
|
// input i_btn;
|
// input i_btn;
|
output reg [31:0] o_data;
|
output reg [31:0] o_data;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.