![]() |
PandA-2024.02
|
Wrapper to NanoXplore synthesis tools. More...
#include "NanoXploreBackendFlow.hpp"#include "config_PANDA_DATA_INSTALLDIR.hpp"#include "DesignParameters.hpp"#include "NanoXploreWrapper.hpp"#include "Parameter.hpp"#include "area_info.hpp"#include "dbgPrintHelper.hpp"#include "fileIO.hpp"#include "generic_device.hpp"#include "string_manipulation.hpp"#include "synthesis_constants.hpp"#include "time_info.hpp"#include "utility.hpp"#include "xml_dom_parser.hpp"#include "xml_script_command.hpp"
Go to the source code of this file.
Macros | |
| #define | NANOXPLORE_FE "NANOXPLORE_FE" |
| #define | NANOXPLORE_LUTS "NANOXPLORE_LUTS" |
| #define | NANOXPLORE_SLACK "NANOXPLORE_SLACK" |
| #define | NANOXPLORE_REGISTERS "NANOXPLORE_REGISTERS" |
| #define | NANOXPLORE_IOPIN "NANOXPLORE_IOPIN" |
| #define | NANOXPLORE_DSP "NANOXPLORE_DSPS" |
| #define | NANOXPLORE_MEM "NANOXPLORE_MEM" |
| #define | NANOXPLORE_POWER "NANOXPLORE_POWER" |
Wrapper to NanoXplore synthesis tools.
Definition in file NanoXploreBackendFlow.cpp.
| #define NANOXPLORE_DSP "NANOXPLORE_DSPS" |
Definition at line 63 of file NanoXploreBackendFlow.cpp.
Referenced by NanoXploreBackendFlow::CheckSynthesisResults().
| #define NANOXPLORE_FE "NANOXPLORE_FE" |
Definition at line 58 of file NanoXploreBackendFlow.cpp.
Referenced by NanoXploreBackendFlow::CheckSynthesisResults().
| #define NANOXPLORE_IOPIN "NANOXPLORE_IOPIN" |
Definition at line 62 of file NanoXploreBackendFlow.cpp.
| #define NANOXPLORE_LUTS "NANOXPLORE_LUTS" |
Definition at line 59 of file NanoXploreBackendFlow.cpp.
Referenced by NanoXploreBackendFlow::CheckSynthesisResults().
| #define NANOXPLORE_MEM "NANOXPLORE_MEM" |
Definition at line 64 of file NanoXploreBackendFlow.cpp.
Referenced by NanoXploreBackendFlow::CheckSynthesisResults().
| #define NANOXPLORE_POWER "NANOXPLORE_POWER" |
Definition at line 65 of file NanoXploreBackendFlow.cpp.
Referenced by NanoXploreBackendFlow::CheckSynthesisResults().
| #define NANOXPLORE_REGISTERS "NANOXPLORE_REGISTERS" |
Definition at line 61 of file NanoXploreBackendFlow.cpp.
Referenced by NanoXploreBackendFlow::CheckSynthesisResults().
| #define NANOXPLORE_SLACK "NANOXPLORE_SLACK" |
Definition at line 60 of file NanoXploreBackendFlow.cpp.
Referenced by NanoXploreBackendFlow::CheckSynthesisResults().
1.8.13