CIRCT  19.0.0git
Public Attributes | List of all members
esi::HWClientDetail Struct Reference

A description of a hardware client. More...

#include <Common.h>

Collaboration diagram for esi::HWClientDetail:
Collaboration graph
[legend]

Public Attributes

AppIDPath relPath
 
ServicePortDesc port
 
std::map< std::string, std::any > implOptions
 

Detailed Description

A description of a hardware client.

Used pretty exclusively in setting up the design.

Definition at line 75 of file Common.h.

Member Data Documentation

◆ implOptions

std::map<std::string, std::any> esi::HWClientDetail::implOptions

Definition at line 78 of file Common.h.

Referenced by esi::Manifest::Impl::getService().

◆ port

ServicePortDesc esi::HWClientDetail::port

Definition at line 77 of file Common.h.

Referenced by esi::Manifest::Impl::getService().

◆ relPath

AppIDPath esi::HWClientDetail::relPath

Definition at line 76 of file Common.h.

Referenced by esi::Manifest::Impl::getService().


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