Main Page
Classes
Macros
Modules
Interfaces
Globals
Files
Index
?
simple
reg expr
Hierarchy
Class List
Alphabetical List
vmm_sb_ds_pkt_stream Class Reference
Inheritance list for class vmm_sb_ds_pkt_stream:
vmm_sb_ds_pkt_stream
List of all members.
Defined at line
35
of file
sv/sb/vmm_sb_ds.sv
.
Public Attributes
int
n_dropped
= 0;
int
n_inserted
= 0;
int
n_matched
= 0;
int
n_mismatched
= 0;
int
n_not_found
= 0;
vmm_data
pkts [$]
Member Attribute Documentation
int attribute
vmm_sb_ds_pkt_stream::
n_dropped
= 0
Defined at line
41
of file
sv/sb/vmm_sb_ds.sv
.
int attribute
vmm_sb_ds_pkt_stream::
n_inserted
= 0
Defined at line
38
of file
sv/sb/vmm_sb_ds.sv
.
int attribute
vmm_sb_ds_pkt_stream::
n_matched
= 0
Defined at line
39
of file
sv/sb/vmm_sb_ds.sv
.
int attribute
vmm_sb_ds_pkt_stream::
n_mismatched
= 0
Defined at line
40
of file
sv/sb/vmm_sb_ds.sv
.
int attribute
vmm_sb_ds_pkt_stream::
n_not_found
= 0
Defined at line
42
of file
sv/sb/vmm_sb_ds.sv
.
vmm_data
attribute
vmm_sb_ds_pkt_stream::
pkts[$]
Defined at line
36
of file
sv/sb/vmm_sb_ds.sv
.
16 December 2008, Copyright © 2008 Synopsys, Inc.