PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines how every probe during simulation looks like. More...
#include <Definitions.hpp>
Public Attributes | |
uint64_t | TransitionCycles |
Contains previous cycle where probed register was used last. | |
uint64_t | ProbeInfo |
Uniquly identifies a probe, (Cycle | Dependency | ID | RegNr1 | RegNr2 | Bit | ExtensionSize) | |
uint64_t | SpecialInfo |
Contains information that might change depending on type of probe. | |
Defines how every probe during simulation looks like.
Definition at line 132 of file Definitions.hpp.
uint64_t Software::ProbesStruct::ProbeInfo |
Uniquly identifies a probe, (Cycle | Dependency | ID | RegNr1 | RegNr2 | Bit | ExtensionSize)
Definition at line 136 of file Definitions.hpp.
uint64_t Software::ProbesStruct::SpecialInfo |
Contains information that might change depending on type of probe.
Definition at line 137 of file Definitions.hpp.
uint64_t Software::ProbesStruct::TransitionCycles |
Contains previous cycle where probed register was used last.
Definition at line 135 of file Definitions.hpp.