44 #ifndef CHORDAL_COLORING_REGISTER_HPP 45 #define CHORDAL_COLORING_REGISTER_HPP 58 bool lex_compare_gt(
const std::vector<unsigned int>& v1,
const std::vector<unsigned int>& v2)
const;
const HLS_managerRef HLSMgr
information about all the HLS synthesis
~chordal_coloring_register() override
Destructor of the class.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
Class containing the chordal coloring algorithm implementation.
chordal_coloring_register(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager)
Constructor of the class.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
bool lex_compare_gt(const std::vector< unsigned int > &v1, const std::vector< unsigned int > &v2) const
compare lexically two vectors
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
Base class specification for register allocation algorithm based on a conflict graph.
DesignFlowStep_Status RegisterBinding() final
Chordal coloring algorithm algorithm.