CIRCT  19.0.0git
Public Attributes | List of all members
circt::systemc::detail::PortInfo Struct Reference

A struct containing minimal information for a systemc module port. More...

#include <SystemCTypes.h>

Collaboration diagram for circt::systemc::detail::PortInfo:
Collaboration graph
[legend]

Public Attributes

mlir::StringAttr name
 
mlir::Type type
 

Detailed Description

A struct containing minimal information for a systemc module port.

Thus, can be used as parameter in attributes or types.

Definition at line 42 of file SystemCTypes.h.

Member Data Documentation

◆ name

mlir::StringAttr circt::systemc::detail::PortInfo::name

◆ type

mlir::Type circt::systemc::detail::PortInfo::type

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