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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

To-host channel of ``window<{tag, list<si32>}>``.

Exercises the typed read path for windowed-list-with-header on a raw
channel (no `TypedFunction` orchestrator on top). The driver writes any
value to offset ``0x10`` of the ``trigger`` MMIO region to arm one burst;
the HW then emits exactly one burst (``tag = 0xCAFE`` and the four-element
list ``[10, 20, 30, 40]``) and goes idle. Free-running emission would
unboundedly fill the host runtime's polling queue, so each burst is gated
on an explicit trigger.

Definition at line 667 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.ChannelWindowedListRead.construct (   ports)

Definition at line 683 of file test_codegen.py.

References wrap().

Member Data Documentation

◆ clk

test_codegen.ChannelWindowedListRead.clk = Clock()
static

Definition at line 679 of file test_codegen.py.

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

◆ rst

test_codegen.ChannelWindowedListRead.rst = Reset()
static

Definition at line 680 of file test_codegen.py.


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