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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

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

Exercises the typed write path for windowed-list-with-header on a raw
channel. Hardware receives one burst, converts it to parallel, and
AND-reduces per-beat equality against the same constant pattern as
`ChannelWindowedListRead`. The latched match flag is exposed via the
``match`` MMIO region so the driver can verify the burst landed
correctly.

Definition at line 738 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.ChannelWindowedListWrite.construct (   ports)

Definition at line 753 of file test_codegen.py.

Member Data Documentation

◆ clk

test_codegen.ChannelWindowedListWrite.clk = Clock()
static

Definition at line 749 of file test_codegen.py.

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

◆ rst

test_codegen.ChannelWindowedListWrite.rst = Reset()
static

Definition at line 750 of file test_codegen.py.


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