AVL-AXI Monitor
The ReadMonitor and WriteMonitor modules are passive components that observe the bus transactions and provides a way to collect and analyze the data.
Their behavior is as you would expect for any AVL or UVM monitor. It observes the bus signals and generates transactions based on the observed activity, passing it to the item_export for further processing.
avl.Factory.set_variable("*.agent_cfg.has_monitor", True)
Wait Cycles
In addition to constructing the SequenceItem from the observed bus activity, the monitor also calculates the wait cycles.
Wait cycles are defined as the number of clock cycles between the request (valid) and the response (ready) signals and can be used for coverage or latency analysis.