Skip to content

Contrib. Core: Delay

Salvator Galea edited this page Jul 12, 2021 · 1 revision

Name

delay

Version

v1.0.0

Author

Noa Zilberman

Type

Contrib IP core (HW)

Location

lib/hw/contrib/cores/delay_v1_0_0/

Interface Types

AXI4-Stream

AXI-Lite

Busses

M_AXIS: Master AXI4-Stream bus, Variable width

S_AXIS: Slave AXI4-Stream bus, Variable width

S_AXI: Slave AXI4-Lite

Parameters

C_M_AXIS_DATA_WIDTH: Data width of the master AXI4-Stream data bus.

C_S_AXIS_DATA_WIDTH: Data width of the slave AXI4-Stream data bus.

C_M_AXIS_TUSER_WIDTH: Data width of the master TUSER bus.

C_S_AXIS_TUSER_WIDTH: Data width of the slave TUSER bus.

C_BASEADDR: Base address value of the core.

C_HIGHADDR: High address value of the core.

Register map

0x0 : ID - Block ID

0x4 : VERSION - Block Version

0x8 : RESET - Clear counters and reset registers

0xC : FLIP - Returns the negative value of a written register

0x10 : PKTIN - Total number of incoming packets

0x14: PKTOUT - Total number of outgoing packets

0x18: DEBUG - Debug register, returns the written value plus a preconfigured value

0x1C - Delay - Set delay value, in resolution of 5ns

Description

This module provides additive latency. Refer to delay_mb project for more information.

Clone this wiki locally