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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

Typed function: ``si4 -> si4`` identity.

The driver tests positive, negative, and the si4 boundary values to
exercise sign extension at a sub-byte width through the typed facade.

Definition at line 463 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.TypedFuncSubByteSigned.construct (   ports)

Definition at line 474 of file test_codegen.py.

References wrap().

Member Data Documentation

◆ clk

test_codegen.TypedFuncSubByteSigned.clk = Clock()
static

Definition at line 470 of file test_codegen.py.

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

◆ rst

test_codegen.TypedFuncSubByteSigned.rst = Reset()
static

Definition at line 471 of file test_codegen.py.


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