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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 

Detailed Description

Custom-`@esi.ServiceDecl` raw-channel loopback.

Connects ``HostComms.Recv`` -> ``HostComms.Send`` for an 8-bit byte stream
(host writes, HW echoes back) and ``VoidComms.Recv`` -> ``VoidComms.Send``
for a zero-bit "tick" stream. Both pairs are exposed via custom service
decls rather than the standard `ChannelService`. ``Top`` instantiates two
copies under indexed appids so the test also covers same-name multi-instance
hierarchy resolution.

Definition at line 363 of file test_codegen.py.

Member Function Documentation

◆ construct()

test_codegen.CustomServiceDeclChannel.construct (   ports)

Definition at line 377 of file test_codegen.py.

Member Data Documentation

◆ clk

test_codegen.CustomServiceDeclChannel.clk = Clock()
static

Definition at line 374 of file test_codegen.py.

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


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