PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include <CommandLineParameter.hpp>
Public Attributes | |
std::string | LibraryFileName = "library.lib" |
std::string | LibraryName = "NANG45" |
std::string | DesignFileName = "design.v" |
std::string | SettingsFileName = "config.set" |
std::string | MainModuleName = "circuit" |
std::string | EvaluationResultFolderName = "." |
std::string | HardwareOrSoftwareCase = "hardware" |
std::string | LinkerFileName = "linker.ld" |
std::string | BinaryInformationNames = "" |
Definition at line 5 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::BinaryInformationNames = "" |
Definition at line 15 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::DesignFileName = "design.v" |
Definition at line 9 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::EvaluationResultFolderName = "." |
Definition at line 12 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::HardwareOrSoftwareCase = "hardware" |
Definition at line 13 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::LibraryFileName = "library.lib" |
Definition at line 7 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::LibraryName = "NANG45" |
Definition at line 8 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::LinkerFileName = "linker.ld" |
Definition at line 14 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::MainModuleName = "circuit" |
Definition at line 11 of file CommandLineParameter.hpp.
std::string CommandLineParameterStruct::SettingsFileName = "config.set" |
Definition at line 10 of file CommandLineParameter.hpp.