circt VS Automa.jl

Compare circt vs Automa.jl and see what are their differences.

circt

Circuit IR Compilers and Tools (by llvm)

Automa.jl

A julia code generator for regular expressions (by BioJulia)
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 Automa.jl
6 2
1,513 176
3.8% 1.1%
9.9 7.0
4 days ago 3 months ago
C++ Julia
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

Automa.jl

Posts with mentions or reviews of Automa.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-11.
  • Julia Receives DARPA Award to Accelerate Electronics Simulation by 1,000x
    7 projects | news.ycombinator.com | 11 Mar 2021
    You don't need to have any particular skills except familiarity with Julia, but it's obviously an advantage to have a bio background - depending on what you're going to do.

    Usually, the best packages come about when people are motivated to creating something specific, for example if they think the status quo in some domain is not good enough.

    I'm sure we can dig up a handful of old, badly maintained projects that could use some love. Off the top of my head, it would be nice to have

    * Micro-optimized our smith-waterman algorithm. That's probably fairly easy to get started with if you're not a bio person

    * A number of our parsers have not been properly maintained. We use finite state automata https://github.com/BioJulia/Automa.jl to create parsers. That's for more advanced users

    Feel free to get in touch on the Julia Slack, or send me an email :)

  • Ask HN: How to Get Started with Julia?
    1 project | news.ycombinator.com | 5 Feb 2021
    I'm not in bioinformatics and don't do string processing, so I can't really help too much here.

    I'd really urge you to come ask this on the julia Discourse Forum or Zulip and I promise you'll get high quality useful responses from people who understand your needs better than I.

    > How do I find substrings & replace them efficiently? How do you split a string with delimiters? Regular Expressions?

    This is something that the BioJulia people have put a lot of work into. Yes, you can use regular expressions, but they've managed to squeeze a lot of performance out of more specialized approaches, e.g.

    https://github.com/BioJulia/Automa.jl

    https://github.com/jakobnissen/ScanByte.jl

    But for more straightforward usage, julia has the `findfirst` function which can search for occurrences of a substring, `replace` which can do replacements either with a literal pattern or a regex, and `split` which can split a string with delimiters.

What are some alternatives?

When comparing circt and Automa.jl you can also consider the following projects:

SpinalHDL - Scala based HDL

Octavian.jl - Multi-threaded BLAS-like library that provides pure Julia matrix multiplication

chisel - Chisel: A Modern Hardware Design Language

Verilog.jl - Verilog for Julia

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

Modia.jl - Modeling and simulation of multidomain engineering systems

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

RecursiveFactorization.jl

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

julia - The Julia Programming Language

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

svls - SystemVerilog language server