![]() |
PandA-2024.02
|
Information about speciaization of add_library. More...
#include <add_library.hpp>


Public Member Functions | |
| AddLibrarySpecialization (const bool interfaced) | |
| Constructor. More... | |
| std::string | GetKindText () const override |
| Return the string representation of this. More... | |
| std::string | GetSignature () const override |
| Return the contribution to the signature of a step given by the specialization. More... | |
Public Member Functions inherited from HLSFlowStepSpecialization | |
| HLSFlowStepSpecialization () | |
| header include More... | |
| virtual | ~HLSFlowStepSpecialization () |
Data Fields | |
| const bool | interfaced |
| True if we are adding module with interface. More... | |
Information about speciaization of add_library.
Definition at line 58 of file add_library.hpp.
|
explicit |
Constructor.
circuit include
| interfaced | is true if we are adding module with interface |
HLS/module_allocation include STL includes
Definition at line 79 of file add_library.cpp.
|
overridevirtual |
Return the string representation of this.
Implements HLSFlowStepSpecialization.
Definition at line 83 of file add_library.cpp.
References interfaced.
|
overridevirtual |
Return the contribution to the signature of a step given by the specialization.
Implements HLSFlowStepSpecialization.
Definition at line 88 of file add_library.cpp.
References interfaced.
| const bool AddLibrarySpecialization::interfaced |
True if we are adding module with interface.
Definition at line 62 of file add_library.hpp.
Referenced by GetKindText(), and GetSignature().
1.8.13