CIRCT  19.0.0git
Public Types | Public Attributes | List of all members
circt::hw::ModulePort Struct Reference

#include <HWTypes.h>

Inheritance diagram for circt::hw::ModulePort:
Inheritance graph
[legend]
Collaboration diagram for circt::hw::ModulePort:
Collaboration graph
[legend]

Public Types

enum  Direction { Input , Output , InOut }
 

Public Attributes

mlir::StringAttr name
 
mlir::Type type
 
Direction dir
 

Detailed Description

Definition at line 27 of file HWTypes.h.

Member Enumeration Documentation

◆ Direction

Enumerator
Input 
Output 
InOut 

Definition at line 28 of file HWTypes.h.

Member Data Documentation

◆ dir

Direction circt::hw::ModulePort::dir

◆ name

mlir::StringAttr circt::hw::ModulePort::name

◆ type

mlir::Type circt::hw::ModulePort::type

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