From 4676296c498e31a5c9cc921a1c78e64fbd620207 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 16 May 2022 18:51:27 -0700 Subject: [PATCH] Add block names Signed-off-by: Alex Forencich --- rtl/eth_mac_10g_fifo.v | 4 ++-- rtl/eth_mac_phy_10g_fifo.v | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rtl/eth_mac_10g_fifo.v b/rtl/eth_mac_10g_fifo.v index 5e1e0b932..d70163d9d 100644 --- a/rtl/eth_mac_10g_fifo.v +++ b/rtl/eth_mac_10g_fifo.v @@ -221,7 +221,7 @@ end // PTP timestamping generate -if (TX_PTP_TS_ENABLE) begin +if (TX_PTP_TS_ENABLE) begin : tx_ptp ptp_clock_cdc #( .TS_WIDTH(PTP_TS_WIDTH), @@ -298,7 +298,7 @@ end else begin end -if (RX_PTP_TS_ENABLE) begin +if (RX_PTP_TS_ENABLE) begin : rx_ptp ptp_clock_cdc #( .TS_WIDTH(PTP_TS_WIDTH), diff --git a/rtl/eth_mac_phy_10g_fifo.v b/rtl/eth_mac_phy_10g_fifo.v index 247184bb2..3c333d49e 100644 --- a/rtl/eth_mac_phy_10g_fifo.v +++ b/rtl/eth_mac_phy_10g_fifo.v @@ -241,7 +241,7 @@ end // PTP timestamping generate -if (TX_PTP_TS_ENABLE) begin +if (TX_PTP_TS_ENABLE) begin : tx_ptp ptp_clock_cdc #( .TS_WIDTH(PTP_TS_WIDTH), @@ -318,7 +318,7 @@ end else begin end -if (RX_PTP_TS_ENABLE) begin +if (RX_PTP_TS_ENABLE) begin : rx_ptp ptp_clock_cdc #( .TS_WIDTH(PTP_TS_WIDTH),