PandA-2024.02
|
Implementation of the wrapper to Altera tools. More...
#include "AlteraBackendFlow.hpp"
#include "config_PANDA_DATA_INSTALLDIR.hpp"
#include "AlteraWrapper.hpp"
#include "DesignParameters.hpp"
#include "Parameter.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"
Go to the source code of this file.
Macros | |
#define | ALTERA_LE "ALTERA_LE" |
Header include. More... | |
#define | ALTERA_LAB "ALTERA_LAB" |
#define | ALTERA_FMAX "ALTERA_FMAX" |
#define | ALTERA_FMAX_RESTRICTED "ALTERA_FMAX_RESTRICTED" |
#define | ALTERA_REGISTERS "ALTERA_REGISTERS" |
#define | ALTERA_IOPIN "ALTERA_IOPIN" |
#define | ALTERA_ALUT "ALTERA_ALUT" |
#define | ALTERA_ALM "ALTERA_ALM" |
#define | ALTERA_DSP "ALTERA_DSP" |
#define | ALTERA_MEM "ALTERA_MEM" |
Implementation of the wrapper to Altera tools.
Implementation of the methods to wrap synthesis tools by Altera
Definition in file AlteraBackendFlow.cpp.
#define ALTERA_ALM "ALTERA_ALM" |
Definition at line 73 of file AlteraBackendFlow.cpp.
Referenced by AlteraBackendFlow::CheckSynthesisResults().
#define ALTERA_ALUT "ALTERA_ALUT" |
Definition at line 72 of file AlteraBackendFlow.cpp.
#define ALTERA_DSP "ALTERA_DSP" |
Definition at line 74 of file AlteraBackendFlow.cpp.
Referenced by AlteraBackendFlow::CheckSynthesisResults().
#define ALTERA_FMAX "ALTERA_FMAX" |
Definition at line 68 of file AlteraBackendFlow.cpp.
Referenced by AlteraBackendFlow::CheckSynthesisResults().
#define ALTERA_FMAX_RESTRICTED "ALTERA_FMAX_RESTRICTED" |
Definition at line 69 of file AlteraBackendFlow.cpp.
#define ALTERA_IOPIN "ALTERA_IOPIN" |
Definition at line 71 of file AlteraBackendFlow.cpp.
#define ALTERA_LAB "ALTERA_LAB" |
Definition at line 67 of file AlteraBackendFlow.cpp.
#define ALTERA_LE "ALTERA_LE" |
Header include.
Definition at line 66 of file AlteraBackendFlow.cpp.
Referenced by AlteraBackendFlow::CheckSynthesisResults().
#define ALTERA_MEM "ALTERA_MEM" |
Definition at line 75 of file AlteraBackendFlow.cpp.
Referenced by AlteraBackendFlow::CheckSynthesisResults().
#define ALTERA_REGISTERS "ALTERA_REGISTERS" |
Definition at line 70 of file AlteraBackendFlow.cpp.
Referenced by AlteraBackendFlow::CheckSynthesisResults().