riscv-coq VS rtasm

Compare riscv-coq vs rtasm and see what are their differences.

rtasm

Runtime Assembler for C++ (by kristiandupont)
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
riscv-coq rtasm
1 2
99 13
- -
5.8 2.6
2 months ago 5 months ago
Coq C++
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

riscv-coq

Posts with mentions or reviews of riscv-coq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-28.
  • RISC-V CPU formal specification F# edition
    6 projects | news.ycombinator.com | 28 Jul 2023
    >it allows to formally verify the correctness of a particular ISA

    That must be hypothetical. Functionalness of the language doesn't make anything that is written in it automatically subject to formal verification. (mechanized or pen and paper). What kind of correctness properties does it actually allow to formally verify? I understand if it was the F* language, which is a full blown dependently typed proof checker, but with F#, which is defined by the implementation and 300 page English spec, I don't think you can verify anything interesting. As far as I know F# itself doesn't have mechanized formal semantics and its type system could be unsound.

    https://github.com/mit-plv/riscv-coq and https://github.com/riscv/sail-riscv (don't know how complete they are) approaches actually allow to formally (mechanically) verify riscv properties.

rtasm

Posts with mentions or reviews of rtasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-28.
  • RISC-V CPU formal specification F# edition
    6 projects | news.ycombinator.com | 28 Jul 2023
    I created this for x86 many years ago: https://github.com/kristiandupont/rtasm

    It's not an emulator, it allows you to assemble code in C++ at runtime. It breaks down the architecture (as it looked at the time) quite detailed, if you are interested :-)

  • Just-in-time code generation within WebAssembly
    1 project | news.ycombinator.com | 18 Aug 2022
    I experimented with this for native x86 many years ago (https://github.com/kristiandupont/rtasm). I used it to generate BitBlt functions with no conditionals in the hot paths, which created noticeable performance improvements with no compromise in flexibility. Debugging code like that is painful though!

What are some alternatives?

When comparing riscv-coq and rtasm you can also consider the following projects:

sail-riscv - Sail RISC-V model

riscv-fs - F# RISC-V Instruction Set formal specification

Forvis_RISCV-ISA-Spec - Formal specification of RISC-V Instruction Set