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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 a = Input(UInt(32))
 
 b = Input(UInt(32))
 
 x = Output(UInt(32))
 

Detailed Description

Definition at line 153 of file esi_test.py.

Member Function Documentation

◆ construct()

esi_test.JoinAddFunc.construct (   ports)

Definition at line 163 of file esi_test.py.

Member Data Documentation

◆ a

esi_test.JoinAddFunc.a = Input(UInt(32))
static

Definition at line 158 of file esi_test.py.

◆ b

esi_test.JoinAddFunc.b = Input(UInt(32))
static

Definition at line 159 of file esi_test.py.

◆ x

esi_test.JoinAddFunc.x = Output(UInt(32))
static

Definition at line 160 of file esi_test.py.


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