Automa.jl VS Verilog.jl

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

Automa.jl

A julia code generator for regular expressions (by BioJulia)

Verilog.jl

Verilog for Julia (by interplanetary-robot)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Automa.jl Verilog.jl
2 2
176 46
1.1% -
7.0 0.0
4 months ago about 7 years ago
Julia 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.

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.

Verilog.jl

Posts with mentions or reviews of Verilog.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-07.
  • Compiling Code into Silicon
    10 projects | news.ycombinator.com | 7 Dec 2021
    It doesn't have to be. I once made a julia->verilog transpiler that even recompiled your julia functions with verilator, so you could verify that the code was correct.

    https://github.com/interplanetary-robot/Verilog.jl

    Of course, gaining traction on something like this is tricky.

    I actually think Erlang/BEAM would be a great choice for making EDA tools, because it has concurrent execution model that you could probably very easily make play nice in rudimentary simulations of circuits that have triggers (`always @` sort of stuff.

  • Julia Receives DARPA Award to Accelerate Electronics Simulation by 1,000x
    7 projects | news.ycombinator.com | 11 Mar 2021
    A long long long time ago, I wrote this (currently very unmaintained) julia project, don't know if this is useful to you, but it's pretty clear that there is a LOT of potential for julia in this domain: https://github.com/interplanetary-robot/Verilog.jl

What are some alternatives?

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

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

skywater-pdk - Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.