Public Member Functions | |
| new (string name="ovm_exhaustive_sequence") | |
| void | body () |
| void | do_copy (ovm_object rhs) |
| bit | do_compare (ovm_object rhs, ovm_comparer comparer) |
| void | do_print (ovm_printer printer) |
| void | do_record (ovm_recorder recorder) |
| ovm_object | create (string name="") |
| virtual string | get_type_name () |
Protected Attributes | |
| rand int unsigned | l_count |
| bit | m_success |
Private Attributes | |
| int unsigned | l_exhaustive_seq_kind |
| int unsigned | max_kind |
| randc bit< 9:0 > | l_kind |
Definition at line 118 of file ovm_sequence_builtin.svh.
| ovm_exhaustive_sequence::new | ( | string | name = "ovm_exhaustive_sequence" |
) |
Definition at line 129 of file ovm_sequence_builtin.svh.
| void ovm_exhaustive_sequence::body | ( | ) |
Definition at line 137 of file ovm_sequence_builtin.svh.
| void ovm_exhaustive_sequence::do_copy | ( | ovm_object | rhs | ) |
Definition at line 168 of file ovm_sequence_builtin.svh.
| bit ovm_exhaustive_sequence::do_compare | ( | ovm_object | rhs, | |
| ovm_comparer | comparer | |||
| ) |
Definition at line 175 of file ovm_sequence_builtin.svh.
| void ovm_exhaustive_sequence::do_print | ( | ovm_printer | printer | ) |
Definition at line 184 of file ovm_sequence_builtin.svh.
| void ovm_exhaustive_sequence::do_record | ( | ovm_recorder | recorder | ) |
Definition at line 188 of file ovm_sequence_builtin.svh.
| ovm_object ovm_exhaustive_sequence::create | ( | string | name = "" |
) |
Definition at line 192 of file ovm_sequence_builtin.svh.
| virtual string ovm_exhaustive_sequence::get_type_name | ( | ) | [virtual] |
Definition at line 197 of file ovm_sequence_builtin.svh.
rand int unsigned ovm_exhaustive_sequence::l_count [protected] |
Definition at line 120 of file ovm_sequence_builtin.svh.
int unsigned ovm_exhaustive_sequence::l_exhaustive_seq_kind [private] |
Definition at line 121 of file ovm_sequence_builtin.svh.
int unsigned ovm_exhaustive_sequence::max_kind [private] |
Definition at line 122 of file ovm_sequence_builtin.svh.
randc bit<9:0> ovm_exhaustive_sequence::l_kind [private] |
Definition at line 123 of file ovm_sequence_builtin.svh.
bit ovm_exhaustive_sequence::m_success [protected] |
Definition at line 124 of file ovm_sequence_builtin.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:43 2009 |