go-hdl VS rggen

Compare go-hdl vs rggen and see what are their differences.

go-hdl

Hdl is a tool for easing the work with hardware description languages. (by m-kru)
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
go-hdl rggen
2 3
12 280
- 2.1%
0.0 7.7
over 1 year ago 3 months ago
Go Ruby
GNU General Public License v3.0 only 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.

go-hdl

Posts with mentions or reviews of go-hdl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-11.
  • Code Checking for VHDL
    2 projects | /r/FPGA | 11 May 2022
    I personally use 2 tools. The first one catches syntax errors, the second one can catch some logical errors. ghdl, thdl. The commands are respectively ghdl -s --std=08 path/to/file, thdl vet.
  • Thdl - tool for easing the work with hardware description languages.
    1 project | /r/FPGA | 4 Apr 2022
    I have implemented the tool that some might find interesting https://github.com/m-kru/go-thdl. It is very similar in its concept to go. It allows vetting the code, seeing the documentation and generating the code (not yet supported). It uses simplified syntactic analysis, however it handles for example OSVVM and UVVM without any errors. Thanks to the simplified analysis the response is instant from human point of view. Currently only VHDL is supported, as this is my daily language, but adding support for example for SystemVerilog is foreseen.

rggen

Posts with mentions or reviews of rggen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-13.
  • RgGen v0.28.0
    1 project | /r/u_taichi730 | 11 Oct 2022
    I've released RgGen v0.28.0! https://github.com/rggen/rggen/releases/tag/v0.28.0 This release includes following updates.
  • RgGen update (support C header file generation)
    3 projects | /r/u_taichi730 | 13 Jun 2022
    RgGen is a code generation tool for configuration and status registers. RgGen can generate SV/Verilog/VHDL RTL, UVM RAL model and Markdown documents from readable register map specifications. https://github.com/rggen/rggen
  • RgGen update
    4 projects | /r/FPGA | 25 Mar 2022
    I just released the latest RgGen v0.26.0! https://github.com/rggen/rggen/releases/tag/v0.26.0