Visible to Intel only — GUID: group__group__progs__mem__axi4__driver__tut_1gad728fb3b1c70ecd9d910de78446d1cba
Ixiasoft
Visible to Intel only — GUID: group__group__progs__mem__axi4__driver__tut_1gad728fb3b1c70ecd9d910de78446d1cba
Ixiasoft
5.3.1.1.3. tut3_instr_resume
Usage
def traffic_patterns.MemAxi4DriverPrograms.tut3_instr_resume (self)
Description
Using instruction-resume.
Instruction-resume allows chaining separate instructions to produce a single uninterrupted pattern for address, data, and strobe.
-
Chain two write commands with instruction-resume, then use a single read command to verify that the writes were correctly chained.
-
Example use-cases of instruction-resume:
-
Randomizing AXI port values while maintaining an uninterrupted pattern on AxADDR, xDATA, and xSTRB
-
Decomposing a long train of writes and reads into smaller blocks
-