|
CIRCT 23.0.0git
|


Public Member Functions | |
| construct (ports) | |
Static Public Attributes | |
| clk = Clock() | |
| rst = Reset() | |
Exposes a function that accepts a complete struct and returns it as a windowed struct split into two frames. This is the inverse of WindowedStructFunc. The input struct has four Bits(32) fields: a, b, c, d. The output window divides these into two frames: - Frame 1: fields a and b - Frame 2: fields c and d The function reads the complete struct, then outputs two frames in order.
Definition at line 281 of file esi_test.py.
| esi_test.StructToWindowFunc.construct | ( | ports | ) |
Definition at line 299 of file esi_test.py.
References wrap().
|
static |
Definition at line 295 of file esi_test.py.
|
static |
Definition at line 296 of file esi_test.py.