
Go to the source code of this file.
Defines | |
| #define | apply_request_with(OVM_DATA_REQ, CONSTRAINTS) |
| #define | apply_with(OVM_DATA_REQ, OVM_DATA_RSP, CONSTRAINTS) |
| #define | apply_send_with(OVM_DATA_REQ, CONSTRAINTS) |
| #define apply_request_with | ( | OVM_DATA_REQ, | |||
| CONSTRAINTS | ) |
Value:
wait_for_grant();\ pre_apply(); \ assert(OVM_DATA_REQ.randomize() with CONSTRAINTS ) else begin \ ovm_report_warning("ovm_scenario", "Randomization failed in apply_request_with"); \ end\ mid_apply();
Definition at line 27 of file ovm_layered_stimulus_defines.svh.
| #define apply_send_with | ( | OVM_DATA_REQ, | |||
| CONSTRAINTS | ) |
Value:
apply_request_with(OVM_DATA_REQ, CONSTRAINTS); \ send_request(OVM_DATA_REQ); \ post_apply();
Definition at line 53 of file ovm_layered_stimulus_defines.svh.
| #define apply_with | ( | OVM_DATA_REQ, | |||
| OVM_DATA_RSP, | |||||
| CONSTRAINTS | ) |
Value:
apply_request_with(OVM_DATA_REQ, CONSTRAINTS) \ send_request(OVM_DATA_REQ); \ get_response(OVM_DATA_RSP); \ post_apply();
Definition at line 41 of file ovm_layered_stimulus_defines.svh.
![]() Intelligent Design Verification Project: OVM, Revision: 2.0.1 |
Copyright (c) 2008 Intelligent Design Verification. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included here: http://www.intelligentdv.com/licenses/fdl.txt |
![]() Doxygen Version: 1.5.5 Wed Jan 7 19:27:25 2009 |