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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

Test the ChannelService with a to_host producer and a from_host loopback.

The 'producer' to_host port sends incrementing UInt(32) values. The number
of values to send is specified via an MMIO write to offset 0x0. Reading MMIO
returns the remaining count.

The 'loopback_in'/'loopback_out' pair forwards from_host data back to_host.

Definition at line 1191 of file esitester.py.

Member Function Documentation

◆ construct()

esitester.ChannelTest.construct (   ports)

Definition at line 1204 of file esitester.py.

References wrap().

Member Data Documentation

◆ clk

esitester.ChannelTest.clk = Clock()
static

Definition at line 1200 of file esitester.py.

◆ rst

esitester.ChannelTest.rst = Reset()
static

Definition at line 1201 of file esitester.py.


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