Embedded Peripherals IP User Guide

ID 683130
Date 10/24/2025
Public
Document Table of Contents
1. Introduction 2. Avalon® -ST Serial Peripheral Interface Core 3. SPI Core 4. SPI Agent/JTAG to Avalon® Host Bridge Cores 5. Intel eSPI Agent Core 6. eSPI to LPC Bridge Core 7. Ethernet MDIO Core 8. Intel FPGA 16550 Compatible UART Core 9. UART Core 10. Lightweight UART Core 11. JTAG UART Core 12. Intel FPGA Avalon® Mailbox Core 13. Intel FPGA Avalon® Mutex Core 14. Intel FPGA Avalon® I2C (Host) Core 15. Intel FPGA I2C Agent to Avalon® -MM Host Bridge Core 16. EPCS/EPCQA Serial Flash Controller Core 17. Intel FPGA Serial Flash Controller Core 18. Intel FPGA Serial Flash Controller II Core 19. Intel FPGA Generic QUAD SPI Controller Core 20. Intel FPGA Generic QUAD SPI Controller II Core 21. Interval Timer Core 22. Intel FPGA Avalon FIFO Memory Core 23. On-Chip Memory (RAM and ROM) Intel FPGA IP 24. On-Chip Memory II (RAM or ROM) Intel FPGA IP 25. PIO Core 26. PLL Cores 27. DMA Controller Core 28. Modular Scatter-Gather DMA Core 29. Scatter-Gather DMA Controller Core 30. Video Sync Generator and Pixel Converter Cores 31. Intel FPGA Interrupt Latency Counter Core 32. Performance Counter Unit Core 33. Vectored Interrupt Controller Core 34. System ID Peripheral Core 35. Intel FPGA GMII to RGMII Converter Core 36. HPS GMII to RGMII Adapter IP 37. Intel FPGA MII to RMII Converter Core 38. HPS GMII to TSE 1000BASE-X/SGMII PCS Bridge Core IP 39. Intel FPGA HPS EMAC to Multi-rate PHY GMII Adapter Core 40. Intel FPGA MSI to GIC Generator Core 41. Cache Coherency Translator IP 42. Altera ACE5-Lite Cache Coherency Translator

28.16.2.1. Command Fields Definition

Whenever the dispatcher core receives a descriptor, it decodes the descriptor and dispatches the read command to the Read Master IP to perform read data transfer. The following sections describe each of the field's definition of the read command.

Address

The read address fields correspond to the source address for each data transfer. If a standard descriptor is used and an attempt to write a 64-bit address is made, the upper 32 bits are lost and can cause the hardware to alias a lower address space. 64-bit addressing requires the use of the extended descriptor format.

Length

The length field is used to specify the number of bytes to transfer per descriptor.

Transmit Channel

Specify the channel number during Avalon® -MM to Avalon® -ST transfers. Applicable only when Channel Enable parameter is enabled.

Generate Start-Of-Packet (SOP)

To transmit a start-of-packet on the first beat of an Avalon® -MM to Avalon® -ST transfer. Applicable only when Packet Support Enable parameter is enabled.

Generate End-Of-Packet (EOP)

To transmit an end-of-packet on last beat of an Avalon® -MM to Avalon® -ST transfer. Applicable only when Packet Support Enable parameter is enabled.

Stop

To stop the Read Master IP from issuing the next read transaction when the Stop Dispatcher control bit is set in the Dispatcher core.

Reset

To soft reset the Read Master IP when the Reset Dispatcher control bit is set in the Dispatcher core.

Burst Count

The programmable read burst counts are only available when using the extended descriptor format and with Programmable Burst Enable parameter enabled. The programmable burst count is optional and can be disabled in the read hosts. Because the programmable burst count is an 8-bit field, the maximum that you can program burst counts of 1 to 128, with a power of 2.

The maximum programmable burst count is 128, even when you instantiate the mSGDMA Read Master IP with Maximum Burst Count parameter to different selections up to 1024. Programing to 0 or burst count greater than the parameter value of Maximum Burst Count, gets the maximum burst count from the Maximum Burst Count parameter selected during instantiation time. Refer to the Maximum Burst Count parameter in the parameter table.

Stride Addressing

The read stride fields are optional and only available when using the extended descriptor format and with Stride Addressing Enable parameter enabled. The stride value determines how the read host increment the address when accessing memory. The stride value is in terms of words, so the address incrementing is dependent on the host data width.

When stride is enabled, the host defaults to sequential accesses, which is the equivalent to a stride distance of one. A stride of zero instructs the host to continuously access the same address. A stride of two instructs the host to skip every other word in a sequential transfer. You can use this feature to perform interleaved data accesses, or to perform a frame buffer row and column transpose.

Transmit Error

This field is commonly used for transmitting error information downstream to streaming components, such as an Ethernet MAC. This field control the error bits on the streaming output of the read host. This field is applicable only when Error Enable parameter is enabled.

Early Done Enable

This field is to hide the latency between read data request. When this field is set, the read host does not wait for pending reads to return before requesting for another data. Typically, this bit is set for all descriptors except the last one. This bit is most effective for hiding high read latency. For example, it reads from SDRAM, PCIe, and SRIO. This field cannot be used for unaligned data or when packet support is enabled.