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

Subversion Repositories ha1588

[/] [ha1588/] [trunk/] [rtl/] [top/] [ha1588.v] - Diff between revs 34 and 37

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

Rev 34 Rev 37
Line 1... Line 1...
/*
/*
 * $ha1588.v
 * $ha1588.v
 *
 *
 * Copyright (c) 2012, BBY&HW. All rights reserved.
 * Copyright (c) 2012, BABY&HW. All rights reserved.
 *
 *
 * This library is free software; you can redistribute it and/or
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 * version 2.1 of the License, or (at your option) any later version.
Line 53... Line 53...
wire [79:0] rtc_time_ptp_val = {rtc_time_ptp_sec[47:0], rtc_time_ptp_ns[31:0]};
wire [79:0] rtc_time_ptp_val = {rtc_time_ptp_sec[47:0], rtc_time_ptp_ns[31:0]};
 
 
wire rx_q_rst, rx_q_clk;
wire rx_q_rst, rx_q_clk;
wire rx_q_rd_en;
wire rx_q_rd_en;
wire [ 7:0] rx_q_stat;
wire [ 7:0] rx_q_stat;
wire [63:0] rx_q_data;
wire [127:0] rx_q_data;
wire tx_q_rst, tx_q_clk;
wire tx_q_rst, tx_q_clk;
wire tx_q_rd_en;
wire tx_q_rd_en;
wire [ 7:0] tx_q_stat;
wire [ 7:0] tx_q_stat;
wire [63:0] tx_q_data;
wire [127:0] tx_q_data;
 
 
rgs u_rgs
rgs u_rgs
(
(
  .rst(rst),
  .rst(rst),
  .clk(clk),
  .clk(clk),

powered by: WebSVN 2.1.0

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