Skip to content

v1.3: RV12 32/64 Bit RISC-V CPU

Latest
Compare
Choose a tag to compare
@sphardy sphardy released this 11 Sep 11:26
· 474 commits to master since this release
f901b14

Summary

Highly configurable single-issue, single-core RV32I, RV64I compliant RISC-V CPU intended for the embedded market. The RV12 implements a Harvard architecture for simultaneous instruction and data memory accesses, featuring an optimizing folded 6-stage pipeline, which optimizes overlaps between the execution and memory accesses, thereby reducing stalls and improving efficiency.

Changes

New Features

  • Full Support for Privileged Spec v1.10 and User Spec v 2.2
  • Higher performance 6 stage pipeline
  • Physical Memory Protection Block support

Release Notes

Bug Fixes

Below is a summary of key issues addressed. See GitHub Release Milestone for a full list & details.

  • Fixed: #18 - Core simulation issue in VCS
  • Fixed: #19 - Reading MCYCLE causes trap