PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines the shared state of a simulation. More...
#include <Definitions.hpp>
Public Attributes | |
std::vector< uint32_t > | BytelengthOfParams |
length of shared data in bytes | |
std::vector< std::vector< uint8_t > > | ByteValuesOfParams |
values of shared data in byte size | |
std::vector< uint8_t > | VariableOrArrayParams |
std::vector< uint32_t > | StartaddrInRAM |
address of shared data in RAM | |
Defines the shared state of a simulation.
Definition at line 250 of file Definitions.hpp.
std::vector<uint32_t> Software::SharedDataStruct::BytelengthOfParams |
length of shared data in bytes
Definition at line 252 of file Definitions.hpp.
std::vector<std::vector<uint8_t> > Software::SharedDataStruct::ByteValuesOfParams |
values of shared data in byte size
Definition at line 253 of file Definitions.hpp.
std::vector<uint32_t> Software::SharedDataStruct::StartaddrInRAM |
address of shared data in RAM
Definition at line 255 of file Definitions.hpp.
std::vector<uint8_t> Software::SharedDataStruct::VariableOrArrayParams |
Definition at line 254 of file Definitions.hpp.