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

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

Collaboration diagram for StreamingAddArg:
Collaboration graph
[legend]

Public Attributes

uint8_t last
 
uint32_t input
 
uint32_t addAmt
 

Detailed Description

Packed struct representing a parallel window argument for StreamingAdder.

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

Definition at line 1263 of file esitester.cpp.

Member Data Documentation

◆ addAmt

uint32_t StreamingAddArg::addAmt

Definition at line 1266 of file esitester.cpp.

Referenced by streamingAddTest().

◆ input

uint32_t StreamingAddArg::input

Definition at line 1265 of file esitester.cpp.

Referenced by streamingAddTest().

◆ last

uint8_t StreamingAddArg::last

Definition at line 1264 of file esitester.cpp.

Referenced by streamingAddTest().


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