CIRCT  19.0.0git
Public Member Functions | Public Attributes | List of all members
circt::esi::BundledChannel Struct Reference

#include <ESITypes.h>

Collaboration diagram for circt::esi::BundledChannel:
Collaboration graph
[legend]

Public Member Functions

int operator== (const BundledChannel &that) const
 

Public Attributes

StringAttr name
 
ChannelDirection direction
 
ChannelType type
 

Detailed Description

Definition at line 36 of file ESITypes.h.

Member Function Documentation

◆ operator==()

int circt::esi::BundledChannel::operator== ( const BundledChannel that) const
inline

Definition at line 41 of file ESITypes.h.

References direction, name, and type.

Member Data Documentation

◆ direction

ChannelDirection circt::esi::BundledChannel::direction

◆ name

StringAttr circt::esi::BundledChannel::name

◆ type

ChannelType circt::esi::BundledChannel::type

The documentation for this struct was generated from the following file: