![]() |
PandA-2024.02
|
Backend based on a simple bash script. More...
#include "BashBackendFlow.hpp"#include "DesignParameters.hpp"#include "Parameter.hpp"#include "SynthesisTool.hpp"#include "area_info.hpp"#include "dbgPrintHelper.hpp"#include "fileIO.hpp"#include "generic_device.hpp"#include "string_manipulation.hpp"#include "structural_objects.hpp"#include "synthesis_constants.hpp"#include "time_info.hpp"#include "utility.hpp"#include "xml_dom_parser.hpp"#include "xml_script_command.hpp"#include "config_PANDA_DATA_INSTALLDIR.hpp"
Go to the source code of this file.
Macros | |
| #define | BASHBACKEND_AREA "BASHBACKEND_AREA" |
| #define | BASHBACKEND_POWER "BASHBACKEND_POWER" |
| #define | BASHBACKEND_DESIGN_DELAY "BASHBACKEND_DESIGN_DELAY" |
Backend based on a simple bash script.
Definition in file BashBackendFlow.cpp.
| #define BASHBACKEND_AREA "BASHBACKEND_AREA" |
Definition at line 59 of file BashBackendFlow.cpp.
Referenced by BashBackendFlow::CheckSynthesisResults().
| #define BASHBACKEND_DESIGN_DELAY "BASHBACKEND_DESIGN_DELAY" |
Definition at line 61 of file BashBackendFlow.cpp.
Referenced by BashBackendFlow::CheckSynthesisResults().
| #define BASHBACKEND_POWER "BASHBACKEND_POWER" |
Definition at line 60 of file BashBackendFlow.cpp.
Referenced by BashBackendFlow::CheckSynthesisResults().
1.8.13