PandA-2024.02
|
Implementation of the wrapper to Lattice tools. More...
#include "LatticeBackendFlow.hpp"
#include "config_PANDA_DATA_INSTALLDIR.hpp"
#include "DesignParameters.hpp"
#include "LatticeWrapper.hpp"
#include "Parameter.hpp"
#include "area_info.hpp"
#include "dbgPrintHelper.hpp"
#include "fileIO.hpp"
#include "generic_device.hpp"
#include "structural_objects.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 | LATTICE_SLICE "LATTICE_SLICE" |
Header include. More... | |
#define | LATTICE_DELAY "LATTICE_DELAY" |
#define | LATTICE_REGISTERS "LATTICE_REGISTERS" |
#define | LATTICE_IOPIN "LATTICE_IOPIN" |
#define | LATTICE_DSP "LATTICE_DSPS" |
#define | LATTICE_MEM "LATTICE_MEM" |
Implementation of the wrapper to Lattice tools.
Implementation of the methods to wrap synthesis tools by Lattice
Definition in file LatticeBackendFlow.cpp.
#define LATTICE_DELAY "LATTICE_DELAY" |
Definition at line 63 of file LatticeBackendFlow.cpp.
Referenced by LatticeBackendFlow::CheckSynthesisResults().
#define LATTICE_DSP "LATTICE_DSPS" |
Definition at line 66 of file LatticeBackendFlow.cpp.
Referenced by LatticeBackendFlow::CheckSynthesisResults().
#define LATTICE_IOPIN "LATTICE_IOPIN" |
Definition at line 65 of file LatticeBackendFlow.cpp.
#define LATTICE_MEM "LATTICE_MEM" |
Definition at line 67 of file LatticeBackendFlow.cpp.
Referenced by LatticeBackendFlow::CheckSynthesisResults().
#define LATTICE_REGISTERS "LATTICE_REGISTERS" |
Definition at line 64 of file LatticeBackendFlow.cpp.
Referenced by LatticeBackendFlow::CheckSynthesisResults().
#define LATTICE_SLICE "LATTICE_SLICE" |
Header include.
Definition at line 62 of file LatticeBackendFlow.cpp.
Referenced by LatticeBackendFlow::CheckSynthesisResults().