Inheritance diagram for class svt_mem_transaction_atomic_scenario:
Public Member Functions | |
| virtual task | apply ( svt_mem_transaction_channel channel, ref int unsigned n_insts ) |
| function void | new ( ) |
| function void | pre_randomize ( ) |
| virtual function string | psdisplay ( string prefix = "" ) |
Public Attributes | |
| int unsigned | ATOMIC |
Constraints | |
| constraint | atomic_scenario ( ) |
|
||||
|
|
|
||||
|
|
||||||||
|
|
|
constraint atomic_scenario {
if (scenario_kind == ATOMIC) { length == 1; repeated == 0; } } |