RISCV-FiveStage VS cortex-m0-soft-microcontroller

Compare RISCV-FiveStage vs cortex-m0-soft-microcontroller and see what are their differences.

RISCV-FiveStage

Marginally better than redstone (by PeterAaser)

cortex-m0-soft-microcontroller

Soft-microcontroller implementation of an ARM Cortex-M0 (by vfinotti)
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
RISCV-FiveStage cortex-m0-soft-microcontroller
4 1
89 19
- -
0.0 0.0
over 3 years ago about 5 years ago
Scala SystemVerilog
Apache License 2.0 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.

RISCV-FiveStage

Posts with mentions or reviews of RISCV-FiveStage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-15.
  • Tips on building a RISC-V processor on FPGA
    5 projects | /r/RISCV | 15 Jun 2021
  • Planning to develop a CPU on an FPGA. How can I program it?
    4 projects | /r/FPGA | 12 May 2021
    I can recommend the coursework that I made for my university. It uses chisel (similar to verilog but less finickity and annoying) to create a five stage RISC-V 32I capable processors that can run small bare metal programs. The intro: https://github.com/PeterAaser/tdt4255-chisel-intro The 5-stage: https://github.com/PeterAaser/RISCV-FiveStage
  • Designing a RISC-V CPU, Part 1: Learning hardware design as a software engineer
    4 projects | news.ycombinator.com | 19 Feb 2021
    It's coursework that takes you from knowing nothing about hardware design to designing your own RISC-V In-Order Five stage architecture. As far as I know a few students have actually done the work to run this on an FPGA, but for the most part you will have the luxury of an emulator, giving you things like stack traces compared to the model execution for all the test programs etc.

    https://github.com/PeterAaser/RISCV-FiveStage

  • Want to get started.What to buy?
    1 project | /r/FPGA | 17 Jan 2021
    If you want to do something big but simulated you can try to do this coursework https://github.com/PeterAaser/RISCV-FiveStage I made for my university, teaching CPU design. It's in chisel though, which is different from verilog. Be sure to look at the intro first.

cortex-m0-soft-microcontroller

Posts with mentions or reviews of cortex-m0-soft-microcontroller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-12.
  • Planning to develop a CPU on an FPGA. How can I program it?
    4 projects | /r/FPGA | 12 May 2021
    I did a similar project to implement a soft-microcontroller based on an ARM Cortex-M0. My strategy was to compile the code, convert the binary into ASCII and use it to initialize the value of a general purpose RAM block during HDL synthesis. In case you want to take a look: https://github.com/vfinotti/cortex-m0-soft-microcontroller. The downside is that changing the program implies in running the synthesis again.

What are some alternatives?

When comparing RISCV-FiveStage and cortex-m0-soft-microcontroller you can also consider the following projects:

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

tdt4255-chisel-intro

litex - Build your hardware, easily!

4-bit-CPU-Compiler - Python script to take in Pseudo assembly code and translate it into Verilog for case statements in a ROM module.

nmigen-tutorial - A tutorial for using nmigen

wyre - Hardware definition language that compiles to Verilog

dromajo - RISC-V RV64GC emulator designed for RTL co-simulation

riscv-mini - Simple RISC-V 3-stage Pipeline in Chisel

riscv-tests