CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::sim::DPIArgument Struct Reference

A single argument in a DPI function type. More...

#include <SimTypes.h>

Collaboration diagram for circt::sim::DPIArgument:
Collaboration graph
[legend]

Public Attributes

mlir::StringAttr name
 
mlir::Type type
 
DPIDirection dir
 

Detailed Description

A single argument in a DPI function type.

Definition at line 37 of file SimTypes.h.

Member Data Documentation

◆ dir

DPIDirection circt::sim::DPIArgument::dir

Definition at line 40 of file SimTypes.h.

Referenced by circt::sim::hash_value().

◆ name

mlir::StringAttr circt::sim::DPIArgument::name

Definition at line 38 of file SimTypes.h.

Referenced by esiaccel.types.TypeAlias::__str__(), and circt::sim::hash_value().

◆ type

mlir::Type circt::sim::DPIArgument::type

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