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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

From-host ``window<{tag, list<ui32>}>`` with a 2-bit bulk count.

The 2-bit count caps each burst at 3 items, so the host splits the 7-element
list into three bursts (3 + 3 + 1). Because the header content (ui16 tag +
2-bit count = 18 bits) is narrower than the 32-bit data frame, this is the
sub-byte / misaligned-static-field frame layout the byte-granular codegen got
wrong. Hardware reassembles the bursts via `ListWindowToParallel`, checks the
tag and every item, and latches the result into the ``match`` MMIO region.

Definition at line 1007 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.ChannelNarrowCountListWrite.construct (   ports)

Definition at line 1022 of file test_codegen.py.

Member Data Documentation

◆ clk

test_codegen.ChannelNarrowCountListWrite.clk = Clock()
static

◆ rst

test_codegen.ChannelNarrowCountListWrite.rst = Reset()
static

Definition at line 1019 of file test_codegen.py.


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