CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
esi::WireInfo Struct Reference

Compute the wire byte count for a port type. More...

#include <TypedPorts.h>

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

Public Attributes

size_t bytes = 0
 
size_t bitWidth = 0
 

Detailed Description

Compute the wire byte count for a port type.

Returns 0 if not a BitVectorType (meaning sizeof(T) should be used instead). Wire format info for a port type, cached at connect() time.

Definition at line 64 of file TypedPorts.h.

Member Data Documentation

◆ bitWidth

size_t esi::WireInfo::bitWidth = 0

Definition at line 66 of file TypedPorts.h.

Referenced by esi::fromMessageData().

◆ bytes

size_t esi::WireInfo::bytes = 0

Definition at line 65 of file TypedPorts.h.

Referenced by esi::fromMessageData(), and esi::toMessageData().


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