1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Update ptp_clock_cdc instances

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-09-24 13:48:27 -07:00
parent c9fc3473c1
commit 66b1a28159
2 changed files with 0 additions and 6 deletions

View File

@ -3539,8 +3539,6 @@ generate
ptp_clock_cdc #(
.TS_WIDTH(PTP_TS_WIDTH),
.NS_WIDTH(6),
.FNS_WIDTH(16),
.USE_SAMPLE_CLOCK(PTP_USE_SAMPLE_CLOCK),
.PIPELINE_OUTPUT(PTP_PORT_CDC_PIPELINE)
)
tx_ptp_cdc_inst (
@ -3560,8 +3558,6 @@ generate
ptp_clock_cdc #(
.TS_WIDTH(PTP_TS_WIDTH),
.NS_WIDTH(6),
.FNS_WIDTH(16),
.USE_SAMPLE_CLOCK(PTP_USE_SAMPLE_CLOCK),
.PIPELINE_OUTPUT(PTP_PORT_CDC_PIPELINE)
)
rx_ptp_cdc_inst (

View File

@ -327,8 +327,6 @@ assign ptp_pps_str = pps_str_reg;
ptp_clock_cdc #(
.TS_WIDTH(96),
.NS_WIDTH(PTP_PERIOD_NS_WIDTH),
.FNS_WIDTH(16),
.USE_SAMPLE_CLOCK(PTP_USE_SAMPLE_CLOCK),
.PIPELINE_OUTPUT(PTP_CLOCK_CDC_PIPELINE)
)
ptp_cdc_inst (