|
AXI muckbucket
|
Sequential AXI writes. No pipelining. More...


Public Member Functions | |
| uvm_component_utils (axi_sequential_writes_test) axi_agent_config driver_agent_config | |
| new (string name="axi_sequential_writes_test", uvm_component parent=null) | |
| void | build_phase (uvm_phase phase) |
| task | run_phase (uvm_phase phase) |
| uvm_component_utils (axi_base_test) axi_env m_env | |
Public Attributes | |
| axi_agent_config | responder_agent_config |
| axi_seq | m_seq |
| axi_responder_seq | m_resp_seq |
Sequential AXI writes. No pipelining.
Send WriteAddress, then Write, then Write Response, then backdoor read the memory and verify. Then repeat.
Definition at line 34 of file axi_sequential_writes_test.svh.
|
inline |
Definition at line 45 of file axi_sequential_writes_test.svh.
References axi_agent_config::drv_type, e_DRIVER, and e_RESPONDER.
|
inline |
Definition at line 41 of file axi_sequential_writes_test.svh.
References axi_agent_config::new().

|
inline |
Definition at line 109 of file axi_sequential_writes_test.svh.
References axi_base_test::m_resp_seq, and axi_base_test::m_seq.
| axi_sequential_writes_test::uvm_component_utils | ( | axi_sequential_writes_test | ) |
|
inherited |
|
inherited |
Definition at line 41 of file axi_base_test.svh.
Referenced by axi_pipelined_reads_test::run_phase(), axi_pipelined_writes_test::run_phase(), axi_sequential_reads_test::run_phase(), and run_phase().
|
inherited |
Definition at line 40 of file axi_base_test.svh.
Referenced by axi_pipelined_reads_test::run_phase(), axi_pipelined_writes_test::run_phase(), axi_sequential_reads_test::run_phase(), and run_phase().
| axi_agent_config axi_sequential_writes_test::responder_agent_config |
Definition at line 39 of file axi_sequential_writes_test.svh.
1.8.11