PandA-2024.02
Public Member Functions | Data Fields
AddLibrarySpecialization Class Reference

Information about speciaization of add_library. More...

#include <add_library.hpp>

Inheritance diagram for AddLibrarySpecialization:
Inheritance graph
[legend]
Collaboration diagram for AddLibrarySpecialization:
Collaboration graph
[legend]

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...
 

Detailed Description

Information about speciaization of add_library.

Definition at line 58 of file add_library.hpp.

Constructor & Destructor Documentation

◆ AddLibrarySpecialization()

AddLibrarySpecialization::AddLibrarySpecialization ( const bool  _interfaced)
explicit

Constructor.

circuit include

Parameters
interfacedis true if we are adding module with interface

HLS/module_allocation include STL includes

Definition at line 79 of file add_library.cpp.

Member Function Documentation

◆ GetKindText()

std::string AddLibrarySpecialization::GetKindText ( ) const
overridevirtual

Return the string representation of this.

Implements HLSFlowStepSpecialization.

Definition at line 83 of file add_library.cpp.

References interfaced.

◆ GetSignature()

std::string AddLibrarySpecialization::GetSignature ( ) const
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.

Field Documentation

◆ 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().


The documentation for this class was generated from the following files:

Generated on Mon Feb 12 2024 13:03:43 for PandA-2024.02 by doxygen 1.8.13