77 if(option->checkCondition(dp))
File containing functions and utilities to support the printing of debug messagges.
#define PRINT_DBG_MEX(dbgLevel, curDbgLevel, mex)
We are producing a debug version of the program, so the message is printed;.
#define DEBUG_LEVEL_PEDANTIC
very verbose debugging print is performed.
std::string toString(const xml_script_node_tRef node, const DesignParametersRef dp) const override
Returns the string-based representation of the XML element.
QuartusReportWrapper(const ParameterConstRef &Param, const std::string &_output_dir, const generic_deviceRef &_device)
Constructor.
map_t parameter_values
Map between the name of the parameter and the corresponding string-based value.
std::string get_command_line(const DesignParametersRef &dp) const override
Returns the proper command line.
This file contains the definition of the parameters for the synthesis tools.
#define QUARTUS_REPORT_TOOL_EXEC
Wrapper to invoke quartus_report tool by Altera.
Classes for handling configuration files.
#define PARAM_quartus_report
std::string component_name
Name of the component.
void EvaluateVariables(const DesignParametersRef dp) override
Evaluates the design variables.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
this class is used to manage the command-line or XML options.
~QuartusReportWrapper() override
Destructor.
#define QUARTUS_REPORT_TOOL_ID
Superclass include.