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

Public Member Functions

 construct (ports)
 

Static Public Attributes

 clk = Clock()
 
 rst = Reset()
 

Detailed Description

Function ``byte_pattern_echo_eq``: array<ui8, 8> -> ui8.

Compares the incoming 8-byte array against the same constant pattern as
:class:`BytePatternConst` and returns ``1`` if every element matches,
``0`` otherwise. The driver writes **raw wire bytes** straight into the
arg channel, taking the host-side serializer out of the loop. A test
failure means the bytes the runtime put on the wire disagree with the
spec, not that the host SW ``de``serializer also misread them.

Definition at line 98 of file serialization_probes.py.

Member Function Documentation

◆ construct()

serialization_probes.BytePatternEchoEq.construct (   ports)

Definition at line 113 of file serialization_probes.py.

References wrap().

Member Data Documentation

◆ clk

serialization_probes.BytePatternEchoEq.clk = Clock()
static

◆ rst

serialization_probes.BytePatternEchoEq.rst = Reset()
static

Definition at line 110 of file serialization_probes.py.


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