45 #ifndef HLS_INSTRUCTION_WRITER_HPP 46 #define HLS_INSTRUCTION_WRITER_HPP
CONSTREF_FORWARD_DECL(Parameter)
Superclass include.
void declareFunction(const unsigned int function_id) override
Write the declaration of a function.
Simple class to print single instruction.
~HLSInstructionWriter() override
Destructor.
Template definition of refcount.
const IndentedOutputStreamRef indented_output_stream
The indented output stream.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
HLSInstructionWriter(const application_managerConstRef app_man, const IndentedOutputStreamRef indented_output_stream, const ParameterConstRef parameters)
Constructor.
const ParameterConstRef parameters
The set of input parameters.