RISC-V simulator

This page summarizes the projects mentioned and recommended in the original post on /r/RISCV

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • toolchain

  • I am developing the risc-v simulator (https://gitlab.com/quantr/toolchain/riscv-simulator), we record every instructions+registers that qemu execute and compare them to ours. Is there any other way to cross-check the correctness of the execution of our simulator?

  • riscv-isa-sim

    Spike, a RISC-V ISA Simulator

  • Someone correct me if I'm wrong, but Spike is considered the gold standard for RISV-V simulation, in terms of support for extensions and overall correctness. As I understand it, QEMU is faster and easier to use for day-to-day for general software development.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • riscv-formal

    RISC-V Formal Verification Framework

  • You might be able to hook up your simulator to risc v-formal https://github.com/SymbioticEDA/riscv-formal

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts