Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

read_stb() btag mismatch #47

Description

@Se7enLC

If you call read_stb() more than ~128 times, there's a btag mismatch.

I was able to fix the problem by changing this line:
rstb_btag = (self.last_rstb_btag % 128) + 1
to
rstb_btag = (self.last_rstb_btag + 1) % 128

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions