CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
test_codegen.TypedFuncWindowedList Class Reference
Inheritance diagram for test_codegen.TypedFuncWindowedList:
Inheritance graph
[legend]
Collaboration diagram for test_codegen.TypedFuncWindowedList:
Collaboration graph
[legend]

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

Typed function: ``window<list<si32>> -> window<list<si32>>``.

Doubles each element of the input list and emits the result as another
serial-burst windowed list. Driving the burst protocol is delegated to
`ListWindowToParallel` / `ListWindowToSerial` so this module only has to
describe the per-element transform.

Definition at line 535 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.TypedFuncWindowedList.construct (   ports)

Definition at line 548 of file test_codegen.py.

References wrap().

Member Data Documentation

◆ clk

test_codegen.TypedFuncWindowedList.clk = Clock()
static

Definition at line 544 of file test_codegen.py.

Referenced by esiaccel.bsp.common.ESI_Manifest_ROM_Wrapper.build().

◆ rst

test_codegen.TypedFuncWindowedList.rst = Reset()
static

Definition at line 545 of file test_codegen.py.


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