neorv32-setups VS vroom

Compare neorv32-setups vs vroom and see what are their differences.

neorv32-setups

📁 NEORV32 projects and exemplary setups for various FPGAs, boards and (open-source) toolchains. (by stnolting)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
neorv32-setups vroom
5 17
52 443
- -
8.6 5.0
5 days ago 9 months ago
VHDL Verilog
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 only
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.

neorv32-setups

Posts with mentions or reviews of neorv32-setups. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.

vroom

Posts with mentions or reviews of vroom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-15.
  • How can I leverage RISC-V in my final year Electrical & Electronics Engineering project? Seeking advice and project ideas.
    2 projects | /r/RISCV | 15 Nov 2023
    Maybe implement a big feature for a open source design? like vroom or xiangshan.
  • In your opinion, what is the most advanced open source softcore processor?
    2 projects | /r/FPGA | 28 May 2023
    The two most micro architecturally advanced cores that I know of are BOOM, an out of order RV64GC core with all the features you expect plus sort of weird fancy things like short forward branch predication, and VROOM, another out of order RV64GC core with things like uop fusion and a trace cache.
  • ARM or x86? ISA Doesn’t Matter
    4 projects | news.ycombinator.com | 14 May 2023
    I had VROOM! in mind (https://github.com/MoonbaseOtago/vroom) because I remembered it aims for 4 IPC avg with a width of 8. Though looking again it's 8 compressed 16 bit instructions or 4 uncompressed 32 bit instruction.

    So you could argue a real mix of instructions is not going to be all 16 bit but some 16 and some 32, so the 8 is rarely achieved in practice, and also the block diagram only shows 4 decode blocks. But it can in fact peak at 8 instructions decoded per clock, so I think that qualifies. (You could even argue it's especially impressive, since RISC-V technically qualifies as variable-length encoding like x86, it's just that only 16/32 instructions are really used at the moment)

  • How to build a Startup use open source chips
    4 projects | /r/RISCV | 4 May 2023
    If you are interested in high performance look into vroom , c910 and xianghan, maybe you could adopt one of them.
  • ARM versus RISC-V
    2 projects | /r/RISCV | 9 Mar 2023
    On top of what others mentioned (Red Hat) , it is also possible to go with the mysql/mariadb model of dual licensing, you can have a copyleft license where you must contribute back changes, but also allow selling an proprietary license if they want to enhance it but not share the improvements (like amazon or Ampere Computing that enhance ARM designs and sells it for servers), there is already a RISK-V implementation that aims to do that (vroom). another option is a non profit foundation that companies contribute to because they use the project and want it to be better (like the linux foundation) , risc-v has similar nonprofits like the chips alliance (which develops the Rocket-Chip ) or the OpenHW Group (which develops CVA6), there is also lowrisc which develops ibex (but as far as i can tell isn't governed by the contributing companies like the other non profits).
  • When will there be a 16-32 core RISC V high end desktop processor and motherboard ?
    1 project | /r/RISCV | 25 Feb 2023
    You want a very optimistic answer? someone is working on open source server core, It is already announced and i have been told it is somewhere around four years for a chip to ship after announcement so i would say 4 years from now.
  • Open-source RISC-V CPU projects for contribution
    8 projects | /r/RISCV | 28 Jan 2023
  • What caused/started the "CISC vs RISC" in the 1980s?
    3 projects | /r/hardware | 28 Nov 2022
    At the moment the Apple M1/M2 are the king of wide decode. Within a couple of years you will see equally wide decode and execute of RISC-V from companies such as Rivos, or indeed open source and GPL'd projects such as VROOM! (https://github.com/MoonbaseOtago/vroom)
  • ARM to prohibit proximity of CPU w 3rd-party modules in one chip
    1 project | news.ycombinator.com | 1 Nov 2022
    > True performance RISCV designs are going to be people's money maker and never open sourced.

    That turns out not to be the case.

    Alibaba's C910 core -- roughly comparable to the ARM A72 cores (at the same MHz) in the Pi 4 -- is open sourced. It is being used, at 2.5 GHz, in the upcoming "Roma" laptop. That is rather expensive (for now), but I suspect the same TH1520 SoC will quickly find its way onto cheaper SBCs.

    There is a very wide OoO GPL'd RISC-V core that is under development. It is aiming for eventual Apple M1 level performance. The current iteration is falling short of that at the moment, but it's already comparable to the ARM A76 in the latest RK3588 SBCs: https://github.com/MoonbaseOtago/vroom

  • I am bored because I am not capable to work and want to learn something useful/interesting
    2 projects | /r/RISCV | 21 Sep 2022
    Then you can help open source hardware designs like xiangshan or vroom.

What are some alternatives?

When comparing neorv32-setups and vroom you can also consider the following projects:

picorv32 - PicoRV32 - A Size-Optimized RISC-V CPU

riscv-v-spec - Working draft of the proposed RISC-V V vector extension

litex - Build your hardware, easily!

XiangShan - Open-source high-performance RISC-V processor

neorv32 - :rocket: A tiny, customizable and extensible MCU-class 32-bit RISC-V soft-core CPU and microcontroller-like SoC written in platform-independent VHDL.

riscv-isa-manual - RISC-V Instruction Set Manual

fpu - IEEE 754 floating point library in system-verilog and vhdl

openc910 - OpenXuantie - OpenC910 Core

neoTRNG - 🎲 A Tiny and Platform-Independent True Random Number Generator for any FPGA (and ASIC).

hn-search - Hacker News Search

vivado-risc-v - Xilinx Vivado block designs for FPGA RISC-V SoC running Debian Linux distro

openc906 - OpenXuantie - OpenC906 Core