|
| | clk = Clock() |
| |
| | rst = Reset() |
| |
| | a = InputChannel(UInt(8)) |
| |
| | b = InputChannel(UInt(8)) |
| |
| | x = OutputChannel(UInt(9)) |
| |
Definition at line 30 of file esi_advanced.py.
◆ build()
| esi_advanced.Join.build |
( |
|
ports | ) |
|
| esi_advanced.Join.a = InputChannel(UInt(8)) |
|
static |
| esi_advanced.Join.b = InputChannel(UInt(8)) |
|
static |
◆ clk
| esi_advanced.Join.clk = Clock() |
|
static |
◆ rst
| esi_advanced.Join.rst = Reset() |
|
static |
| esi_advanced.Join.x = OutputChannel(UInt(9)) |
|
static |
The documentation for this class was generated from the following file:
- /home/runner/work/circt-www/circt-www/circt_src/lib/Dialect/ESI/runtime/tests/integration/hw/esi_advanced.py