PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include <iostream>
#include <cstring>
#include <stdexcept>
#include "Hardware/Definitions.hpp"
#include "Hardware/Read.hpp"
#include "Util/CommandLineParameter.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Hardware |
namespace | Hardware::Prepare |
Functions | |
void | Hardware::Prepare::MakeCircuitDepth (Hardware::LibraryStruct *, Hardware::CircuitStruct *) |
void | Hardware::Prepare::ExtendProbe (LibraryStruct *, CircuitStruct *, SettingsStruct *, int, int, int *) |
void | Hardware::Prepare::Probes (Hardware::LibraryStruct *, Hardware::CircuitStruct *, Hardware::SettingsStruct *, Hardware::ProbesStruct *) |
void | Hardware::Prepare::Simulation (Hardware::CircuitStruct *, Hardware::SettingsStruct *, Hardware::ProbesStruct *, char *, Hardware::SimulationStruct *) |
void | Hardware::Prepare::SharedData (Hardware::CircuitStruct *, Hardware::SettingsStruct *, Hardware::SharedDataStruct *) |
void | Hardware::Prepare::All (CommandLineParameterStruct &, Hardware::CircuitStruct &, Hardware::LibraryStruct &, Hardware::SettingsStruct &, Hardware::ProbesStruct &, Hardware::SimulationStruct &, Hardware::SharedDataStruct *&) |