From 9af1cb4a12801ddab80ea782729f8922880125a7 Mon Sep 17 00:00:00 2001 From: aashirahsan-lm <72972600+aashirahsan-lm@users.noreply.github.com> Date: Thu, 3 Dec 2020 11:44:02 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b69d8243..21b1824d 100644 --- a/README.md +++ b/README.md @@ -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. ## Background -Quasar is Chiselified version of EL2 SweRV RISC-V Core. +Quasar is a Chiselified version of EL2 SweRV RISC-V Core. ## Directory Structure @@ -44,7 +44,7 @@ Quasar is Chiselified version of EL2 SweRV RISC-V Core. ## 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 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.