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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 
 add_amt = Constant(UInt(16), 11)
 

Detailed Description

Loopback the request from the host, adding 7 to the first 15 bits.

Definition at line 23 of file esi_test.py.

Member Function Documentation

◆ construct()

esi_test.LoopbackInOutAdd.construct (   ports)

Definition at line 31 of file esi_test.py.

References wrap().

Member Data Documentation

◆ add_amt

esi_test.LoopbackInOutAdd.add_amt = Constant(UInt(16), 11)
static

Definition at line 28 of file esi_test.py.

◆ clk

esi_test.LoopbackInOutAdd.clk = Clock()
static

Definition at line 25 of file esi_test.py.

◆ rst

esi_test.LoopbackInOutAdd.rst = Reset()
static

Definition at line 26 of file esi_test.py.


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