ovm_layered_stimulus_defines.svh File Reference

This graph shows which files directly or indirectly include this file:

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 Documentation

#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
Intelligent Design Verification
Project: OVM, Revision: 1.1.0
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
Doxygen Version: 1.4.6
Mon Sep 29 14:23:35 2008

Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV