Skip to content

Releases: riscv-steel/riscv-steel

RISC-V Steel - v1.1

11 Feb 11:10
Compare
Choose a tag to compare

What's New

This version of RISC-V Steel adds the following features to the Processor Core IP:

  • 16 Fast Interrupt lines
  • Processor Core IP Simulator

The following features were added to the System-on-Chip IP:

  • System-on-Chip IP Simulator

This version also includes a refactoring of the system bus module aimed to make it easier to integrate devices in the SoC IP and a new timer module (yet to be integrated in the SoC).

Bug Fixes

  • Fix the priority order of machine timer and software interrupts in the Processor Core IP

What's Changed

New Contributors

Full Changelog: https://github.com/riscv-steel/riscv-steel/commits/v1.1

v1.0 - First release!

23 Jan 21:18
Compare
Choose a tag to compare

The first release of RISC-V Steel includes:

  • Processor Core IP (RV32I + Zicsr extension + M-mode privileged architecture)
  • SoC IP (Processor Core IP + UART + Memory)
  • API and template project for software development
  • Documentation website (https://riscv-steel.github.io/riscv-steel/)

Minor changes in version 1 will not change the interface of the available IPs and will keep backward compatibility. The same applies to the software API.

Full Changelog: https://github.com/riscv-steel/riscv-steel/commits/v1.0