CIRCT 20.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
FIRRTLBundleField Struct Reference

Describes a field in a bundle type. More...

#include <FIRRTL.h>

Collaboration diagram for FIRRTLBundleField:
Collaboration graph
[legend]

Public Attributes

MlirIdentifier name
 
bool isFlip
 
MlirType type
 

Detailed Description

Describes a field in a bundle type.

Definition at line 91 of file FIRRTL.h.

Member Data Documentation

◆ isFlip

bool FIRRTLBundleField::isFlip

Definition at line 93 of file FIRRTL.h.

Referenced by firrtlTypeGetBundleFieldByIndex().

◆ name

MlirIdentifier FIRRTLBundleField::name

Definition at line 92 of file FIRRTL.h.

Referenced by firrtlTypeGetBundleFieldByIndex().

◆ type

MlirType FIRRTLBundleField::type

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