circt VS chiselverify

Compare circt vs chiselverify and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
circt chiselverify
6 1
1,513 130
3.8% 2.3%
9.9 2.2
3 days ago 15 days ago
C++ Scala
GNU General Public License v3.0 or later BSD 2-clause "Simplified" 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.

circt

Posts with mentions or reviews of circt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.

chiselverify

Posts with mentions or reviews of chiselverify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-05.
  • Chisel/Firrtl Hardware Compiler Framework
    8 projects | news.ycombinator.com | 5 Jul 2021
    Chisel is not HLS. It is a Scala library that lets you generate circuits on an RTL abstraction level. That means that you explicitly define every state element like registers and memories. But you can generate N registers inside a loop (or a map/foreach) instead of only 1 at a time. In HLS the compiler needs to somehow infer your registers and memories.

    That said, I think one of the problems the google team was struggling with is that in traditional HW development there is design and a separate verification team. The design team bought into Chisel since it would let them generate hardware more quickly, but the verification team just tried to apply their traditional verification methods on the _generated_ Verilog. This is almost like trying to test the assembly that a C++ compiler generates instead of trying to test the C++ program since all your testing infrastructure is setup for testing assembly code and that is "what we have always been doing".

    In order to catch verification up to modern Hardware Construction Languages [0] we need more powerful verification libraries that can allow us to build tests that can automatically adapt to the parameters that were supplied to the hardware generator. There are different groups working on this right now. The jury is still out on how to best solver the "verification gap". In case you are interested:

    - https://github.com/chiselverify/chiselverify

What are some alternatives?

When comparing circt and chiselverify you can also consider the following projects:

SpinalHDL - Scala based HDL

chisel - Chisel: A Modern Hardware Design Language

cocotb - cocotb, a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python

hdlConvertor - Fast Verilog/VHDL parser preprocessor and code generator for C++/Python based on ANTLR4

amaranth - A modern hardware definition language and toolchain based on Python

torch-mlir - The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.

mlir-aie - An MLIR-based toolchain for AMD AI Engine-enabled devices.

chiseltest - The batteries-included testing and formal verification library for Chisel-based RTL designs.

fault - A Python package for testing hardware (part of the magma ecosystem)