Visible to Intel only — GUID: group__group__progs__mem__axi4__driver__tut__adv_1ga67f4cdc69dd61986821e5a868c0c27a9
Ixiasoft
Visible to Intel only — GUID: group__group__progs__mem__axi4__driver__tut__adv_1ga67f4cdc69dd61986821e5a868c0c27a9
Ixiasoft
5.3.1.2.2. adv2_addr_fields
Usage
def traffic_patterns.MemAxi4DriverPrograms.adv2_addr_fields (self)
Description
Usage of address fields.
This feature allows updating selective bits (i.e. fields) in the address. The driver needs to be configured during IP-generation for the appropriate number of fields and bitmasks for each field. To update a specific field, specify it as part of the ALU op. Ex: incr(4, 8) increments field number 4 by +8.
This program performs a few writes while incrementing specific fields in the address. It assumes that address fields are configured to match a DRAM's address hierarchy comprising of row, column, bank, bank group, ....