PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Projects
PROLEAD
inc
Util
CommandLineParameter.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
struct
CommandLineParameterStruct
6
{
7
std::string
LibraryFileName
=
"library.lib"
;
8
std::string
LibraryName
=
"NANG45"
;
9
std::string
DesignFileName
=
"design.v"
;
10
std::string
SettingsFileName
=
"config.set"
;
11
std::string
MainModuleName
=
"circuit"
;
12
std::string
EvaluationResultFolderName
=
"."
;
13
std::string
HardwareOrSoftwareCase
=
"hardware"
;
14
std::string
LinkerFileName
=
"linker.ld"
;
15
std::string
BinaryInformationNames
=
""
;
16
};
CommandLineParameterStruct
Definition:
CommandLineParameter.hpp:6
CommandLineParameterStruct::SettingsFileName
std::string SettingsFileName
Definition:
CommandLineParameter.hpp:10
CommandLineParameterStruct::DesignFileName
std::string DesignFileName
Definition:
CommandLineParameter.hpp:9
CommandLineParameterStruct::MainModuleName
std::string MainModuleName
Definition:
CommandLineParameter.hpp:11
CommandLineParameterStruct::LibraryName
std::string LibraryName
Definition:
CommandLineParameter.hpp:8
CommandLineParameterStruct::LinkerFileName
std::string LinkerFileName
Definition:
CommandLineParameter.hpp:14
CommandLineParameterStruct::HardwareOrSoftwareCase
std::string HardwareOrSoftwareCase
Definition:
CommandLineParameter.hpp:13
CommandLineParameterStruct::BinaryInformationNames
std::string BinaryInformationNames
Definition:
CommandLineParameter.hpp:15
CommandLineParameterStruct::EvaluationResultFolderName
std::string EvaluationResultFolderName
Definition:
CommandLineParameter.hpp:12
CommandLineParameterStruct::LibraryFileName
std::string LibraryFileName
Definition:
CommandLineParameter.hpp:7
Generated by
1.9.6