Update README.md

This commit is contained in:
aashirahsan-lm 2020-12-03 11:44:02 +05:00 committed by GitHub
parent b54d20ce23
commit 9af1cb4a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Quasar RISC-V Core from LAMPRO MELLON # Quasar RISC-V Core from Lampro Mellon
This repository contains the Quasar Core design in CHISEL. This repository contains the Quasar Core design in CHISEL.
## Background ## Background
Quasar is Chiselified version of EL2 SweRV RISC-V Core. Quasar is a Chiselified version of EL2 SweRV RISC-V Core.
## Directory Structure ## Directory Structure
@ -44,7 +44,7 @@ Quasar is Chiselified version of EL2 SweRV RISC-V Core.
## Dependencies ## Dependencies
- Verilator **(4.020 or later)** must be installed on the system if running with verilator - Verilator **(4.020 or later)** must be installed on the system if running with verilator.
- RISCV tool chain (based on gcc version 7.3 or higher) must be - RISCV tool chain (based on gcc version 7.3 or higher) must be
installed so that it can be used to prepare RISCV binaries to run. installed so that it can be used to prepare RISCV binaries to run.
- Sbt **(1.3.13 or later)** must be installed on the system. - Sbt **(1.3.13 or later)** must be installed on the system.