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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

MMIO read/write region that loops back the most recent write.

The test writes a value to offset 0x10 and reads it back; whatever was
last written at any 8-byte-aligned offset is what the read returns. Stores all
writes for simplicity.

Definition at line 271 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.MmioReadWrite.construct (   ports)

Definition at line 283 of file test_codegen.py.

References wrap().

Member Data Documentation

◆ clk

test_codegen.MmioReadWrite.clk = Clock()
static

Definition at line 279 of file test_codegen.py.

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

◆ rst

test_codegen.MmioReadWrite.rst = Reset()
static

Definition at line 280 of file test_codegen.py.


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