Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MoonbaseOtago/vroom
VRoom! RISC-V CPU
https://github.com/MoonbaseOtago/vroom
Last synced: 2 months ago
JSON representation
VRoom! RISC-V CPU
- Host: GitHub
- URL: https://github.com/MoonbaseOtago/vroom
- Owner: MoonbaseOtago
- License: gpl-3.0
- Created: 2021-09-29T21:45:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T00:11:48.000Z (over 1 year ago)
- Last Synced: 2024-08-01T01:27:49.900Z (5 months ago)
- Language: Verilog
- Size: 4.11 MB
- Stars: 465
- Watchers: 27
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-riscv - vroom - 2|ASIC|GPL3| ![](https://img.shields.io/github/stars/MoonbaseOtago/vroom?label=★) (Open Source Core Implementations)
- awesome-opensource-hardware - vroom
README
# VRoom! RISC-V CPU
![Moonbase Logo](https://moonbaseotago.github.io/talk/assets/moonbase_small.png)
## A new high-end RISC-V implementation
Paul Campbell - Feb 2023[email protected] @moonbaseotago
(C) Copyright Moonbase Otago 2021-24
## Executive summary
* Very high end RISC-V implementation – goal cloud server class
* Out of order, super scalar, speculative
* RV64-IMAFDCHBK(V)
* Up to 8 IPC (instructions per clock) peak, goal ~4 average on ALU heavy work, already past there
* 2-way simultaneous multithreading capable
* Multi-core
* Current dhrystone numbers: ~11.3 DMips/MHz - still a work in progress.
* Currently boots Linux on an AWS-FPGA instance
* GPL3 – dual licensing possible[Detailed architectural presentation](https://moonbaseotago.github.io/talk/index.html)