gem5 v24.0.0.0
|
#include <new_struct.h>
Public Member Functions | |
bool | operator== (const a_new_struct &rhs) const |
Public Attributes | |
char | in_value1 |
char | in_value2 |
sc_logic | in_valid |
Definition at line 41 of file new_struct.h.
|
inline |
Definition at line 46 of file new_struct.h.
sc_logic a_new_struct::in_valid |
Definition at line 44 of file new_struct.h.
Referenced by operator==().
char a_new_struct::in_value1 |
Definition at line 42 of file new_struct.h.
Referenced by operator==().
char a_new_struct::in_value2 |
Definition at line 43 of file new_struct.h.
Referenced by operator==().