PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include "Software/Definitions.hpp"
#include "Software/Read.hpp"
#include "Util/CommandLineParameter.hpp"
#include <cstring>
#include <iostream>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Software |
namespace | Software::Prepare |
Functions | |
void | Software::Prepare::Simulation (Software::SettingsStruct *, Software::ConfigProbesStruct *, char *, Software::SimulationStruct *) |
void | Software::Prepare::SharedData (Software::SettingsStruct *, Software::SharedDataStruct &) |
void | Software::Prepare::ThreadSimulation (Software::ThreadSimulationStruct &, Software::SettingsStruct *, char *, uint32_t, uint32_t, std::vector< uint32_t > &) |
void | Software::Prepare::Helper (Software::ConfigProbesStruct *, Software::HelperStruct &) |
void | Software::Prepare::All (CommandLineParameterStruct &, Software::ConfigProbesStruct *, Software::SettingsStruct *, std::vector< Software::SharedDataStruct > &, Software::HelperStruct &, std::vector< Software::ThreadSimulationStruct > &) |
bool | Software::Prepare::IsEmptyOrBlank (const std::string &s) |