CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
esiaccel.esitester.ChannelTest Class Reference
Inheritance diagram for esiaccel.esitester.ChannelTest:
Inheritance graph
[legend]
Collaboration diagram for esiaccel.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 1051 of file esitester.py.

Member Function Documentation

◆ construct()

esiaccel.esitester.ChannelTest.construct (   ports)

Definition at line 1064 of file esitester.py.

References wrap().

Member Data Documentation

◆ clk

esiaccel.esitester.ChannelTest.clk = Clock()
static

Definition at line 1060 of file esitester.py.

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

◆ rst

esiaccel.esitester.ChannelTest.rst = Reset()
static

Definition at line 1061 of file esitester.py.


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