PandA-2024.02
|
Wrapper to map by XILINX. More...
#include "XilinxWrapper.hpp"
Go to the source code of this file.
Data Structures | |
class | map_wrapper |
Main class for wrapping ISE tools by Xilinx. More... | |
Macros | |
#define | MAP_TOOL_ID "map" |
#define | PARAM_map_tmpdir "map_tmpdir" |
#define | PARAM_map_report "map_report" |
Typedefs | |
using | map_wrapperRef = refcount< map_wrapper > |
Refcount definition for the class. More... | |
Wrapper to map by XILINX.
A object used to invoke XILINX map tool
Definition in file map_wrapper.hpp.
#define MAP_TOOL_ID "map" |
Definition at line 50 of file map_wrapper.hpp.
Referenced by BackendFlow::xload().
#define PARAM_map_report "map_report" |
Definition at line 53 of file map_wrapper.hpp.
Referenced by XilinxBackendFlow::CheckSynthesisResults(), and map_wrapper::EvaluateVariables().
#define PARAM_map_tmpdir "map_tmpdir" |
Definition at line 52 of file map_wrapper.hpp.
Referenced by map_wrapper::EvaluateVariables(), and map_wrapper::init_reserved_vars().
using map_wrapperRef = refcount<map_wrapper> |
Refcount definition for the class.
Definition at line 90 of file map_wrapper.hpp.