42 #ifndef QUARTUS_WRAPPER_HPP    43 #define QUARTUS_WRAPPER_HPP    48 #define QUARTUS_SETUP_TOOL_ID "quartus_setup"    49 #define QUARTUS_FLOW_TOOL_ID "quartus_flow"    50 #define QUARTUS_POWER_TOOL_ID "quartus_pow"    51 #define QUARTUS_FLOW_TOOL_EXEC "quartus_sh" 
std::string get_command_line(const DesignParametersRef &dp) const override
Returns the proper command line. 
 
QuartusWrapper(const ParameterConstRef &Param, const std::string &_output_dir, const generic_deviceRef &_device)
Constructor. 
 
~QuartusWrapper() override
Destructor. 
 
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
 
Wrapper to synthesis tools by Altera.