chisel-book VS Rosebud

Compare chisel-book vs Rosebud and see what are their differences.

chisel-book

Digital Design with Chisel (by schoeberl)

Rosebud

Framework for FPGA-accelerated Middlebox Development (by ucsdsysnet)
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
chisel-book Rosebud
4 2
699 31
- -
8.1 0.0
11 days ago about 1 year ago
TeX Verilog
- 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.

chisel-book

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

Rosebud

Posts with mentions or reviews of Rosebud. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-29.
  • ASCII Comparison in VHDL
    1 project | /r/FPGA | 25 Dec 2022
    Here is a python script I wrote a while ago that takes a list of strings and generates verilog code for an efficient bit-split string matching implementation: https://github.com/ucsdsysnet/Shire/blob/master/fpga_src/accel/archive/sme/python/sme_rulecompiler.py
  • What do think of Chisel HDL? is it worth learning over Verilog/SystemVerilog?
    4 projects | /r/FPGA | 29 Jun 2022
    Sure, I suppose trivial code might be somewhat readable. But doing something non-trivial is a different story. For example, this is what spinal HDL generates for vexriscv: https://github.com/ucsdsysnet/Shire/blob/master/fpga_src/lib/Shire/rtl/VexRiscv.v. This isn't exactly readable. There are about 320 _zz_ signals in there that presumably didn't exist in the original scala code.

What are some alternatives?

When comparing chisel-book and Rosebud you can also consider the following projects:

Silice - Silice is an easy-to-learn, powerful hardware description language, that simplifies designing hardware algorithms with parallelism and pipelines.

tensil - Open source machine learning accelerators

VexRiscv - A FPGA friendly 32 bit RISC-V CPU implementation

discrimination - Fast linear time sorting and discrimination for a large class of data types

hashtables - Mutable hash tables for Haskell, in the ST monad