Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing callbacks in sail-riscv for state-changing events #494

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. Implementing callbacks in sail-riscv for state-changing events

    1. Added callback functions for XRegs, FRegs, VRegs, PC, CSR, memory writes and CSR, memory reads.
    2. Added implementation of callbacks for RVFI records in riscv_rvfi_callbacks.c.
    3. Added default callback OCaml-implementations in the file platform.ml.
    kseniadobrovolskaya committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    08ee058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc1318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    232e5bd View commit details
    Browse the repository at this point in the history