AXI muckbucket
|
Sequential AXI reads. No pipelining. More...
Public Member Functions | |
uvm_component_utils (axi_sequential_reads_test) axi_agent_config driver_agent_config | |
new (string name="axi_sequential_reads_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 reads. No pipelining.
Backdoor write memory, then Send ReadAddress, wait for ReadData and verify. Then repeat.
Definition at line 34 of file axi_sequential_reads_test.svh.
|
inline |
Definition at line 45 of file axi_sequential_reads_test.svh.
References axi_agent_config::axi_incompatible_wvalid_toggling_mode, axi_agent_config::drv_type, e_DRIVER, and e_RESPONDER.
|
inline |
Definition at line 41 of file axi_sequential_reads_test.svh.
References axi_agent_config::new().
|
inline |
Definition at line 103 of file axi_sequential_reads_test.svh.
References axi_base_test::m_resp_seq, and axi_base_test::m_seq.
axi_sequential_reads_test::uvm_component_utils | ( | axi_sequential_reads_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(), run_phase(), and axi_sequential_writes_test::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(), run_phase(), and axi_sequential_writes_test::run_phase().
axi_agent_config axi_sequential_reads_test::responder_agent_config |
Definition at line 39 of file axi_sequential_reads_test.svh.