This is the complete list of members for class svt_dispatch, including all inherited members.
| svt_dispatch | ovm_analysis_port | analysis_port | (Optional) Analysis Port used to dispatch the transaction to the downstream component. |
| svt_dispatch | protected semaphore | dispatch_semaphore = new; | Semaphore to make sure only one transaction displatch occurs at a time |
| svt_dispatch | protected svt_dispatch_sequence | dispatch_seq | Sequence used to dispatch the transaction to the downstream component via a downstream sequencer. |
| svt_dispatch | function void | new ( ovm_report_object reporter ) | CONSTRUCTOR: Create a new svt_dispatch instance. |
| svt_dispatch | ovm_report_object | reporter | Shared `SVT_XVM(report_object) used for internal messaging. |
| svt_dispatch | task | send_xact ( T xact ) | Dispatch the transaction downstream. |
| svt_dispatch | svt_sequencer | seqr | (Optional) Sequencer used to dispatch the transaction to the downstream component. |