CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
StreamingAddResult Struct Reference

Packed struct representing a parallel window result for StreamingAdder. More...

Collaboration diagram for StreamingAddResult:
Collaboration graph
[legend]

Public Attributes

uint8_t last
 
uint32_t data
 

Detailed Description

Packed struct representing a parallel window result for StreamingAdder.

Layout in SystemVerilog (so it must be reversed in C): { data: UInt(32), last: UInt(8) }

Definition at line 1276 of file esitester.cpp.

Member Data Documentation

◆ data

uint32_t StreamingAddResult::data

Definition at line 1278 of file esitester.cpp.

◆ last

uint8_t StreamingAddResult::last

Definition at line 1277 of file esitester.cpp.

Referenced by streamingAddTest().


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