OpenCores
URL https://opencores.org/ocsvn/ha1588/ha1588/trunk

Subversion Repositories ha1588

[/] [ha1588/] [trunk/] [rtl/] [top/] [ha1588.v] - Diff between revs 38 and 39

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 38 Rev 39
Line 19... Line 19...
 * MA 02110-1301  USA
 * MA 02110-1301  USA
 */
 */
 
 
`timescale 1ns/1ns
`timescale 1ns/1ns
 
 
 
// TODO: add define to generate rtc only or tsu only.
 
 
module ha1588 (
module ha1588 (
  input         rst,clk,
  input         rst,clk,
  input         wr_in,rd_in,
  input         wr_in,rd_in,
  input  [ 7:0] addr_in,
  input  [ 7:0] addr_in,
  input  [31:0] data_in,
  input  [31:0] data_in,
Line 33... Line 35...
  output [47:0] rtc_time_ptp_sec,
  output [47:0] rtc_time_ptp_sec,
 
 
  input       rx_gmii_clk,
  input       rx_gmii_clk,
  input       rx_gmii_ctrl,
  input       rx_gmii_ctrl,
  input [7:0] rx_gmii_data,
  input [7:0] rx_gmii_data,
 
 
  input       tx_gmii_clk,
  input       tx_gmii_clk,
  input       tx_gmii_ctrl,
  input       tx_gmii_ctrl,
  input [7:0] tx_gmii_data
  input [7:0] tx_gmii_data
);
);
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.