CIRCT  19.0.0git
Public Attributes | List of all members
circt::hw::module_like_impl::PortParse Struct Reference

#include <ModuleImplementation.h>

Inheritance diagram for circt::hw::module_like_impl::PortParse:
Inheritance graph
[legend]
Collaboration diagram for circt::hw::module_like_impl::PortParse:
Collaboration graph
[legend]

Public Attributes

ModulePort::Direction direction
 
std::string rawName
 

Detailed Description

Definition at line 29 of file ModuleImplementation.h.

Member Data Documentation

◆ direction

ModulePort::Direction circt::hw::module_like_impl::PortParse::direction

Definition at line 30 of file ModuleImplementation.h.

Referenced by parsePort().

◆ rawName

std::string circt::hw::module_like_impl::PortParse::rawName

Definition at line 31 of file ModuleImplementation.h.

Referenced by parseInputPort(), and parseOutputPort().


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