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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

Typed function with a void result (typed-arg specialization).

Hardware accepts the request and returns a one-byte zero (the void-result
wire encoding). No state is observable other than that the call completes;
the test asserts the future resolves without throwing.

Definition at line 105 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.TypedFuncVoidResult.construct (   ports)

Definition at line 117 of file test_codegen.py.

References wrap().

Member Data Documentation

◆ clk

test_codegen.TypedFuncVoidResult.clk = Clock()
static

Definition at line 113 of file test_codegen.py.

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

◆ rst

test_codegen.TypedFuncVoidResult.rst = Reset()
static

Definition at line 114 of file test_codegen.py.


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