Update README.md

This commit is contained in:
aashirahsan-lm 2020-12-03 11:38:27 +05:00 committed by GitHub
parent 5c429ee558
commit b54d20ce23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 14 deletions

View File

@ -1,16 +1,16 @@
# EL2 SweRV RISC-V Core Chiselified Version from LAMPRO MELLON # Quasar RISC-V Core from LAMPRO MELLON
This repository contains the SweRV-EL2 Core design in CHISEL This repository contains the Quasar Core design in CHISEL.
## Background ## Background
Enter here Quasar is Chiselified version of EL2 SweRV RISC-V Core.
## Directory Structure ## Directory Structure
├── project # ├── project
│ ├── project # │ ├── project
│ └── target # │ └── target
├── src ├── src
│ ├── main │ ├── main
│ ├── resource │ ├── resource
@ -28,17 +28,17 @@ Enter here
│ ├── el2_dma_ctrl.scala # │ ├── el2_dma_ctrl.scala #
│ ├── el2_pic_ctl.scala # │ ├── el2_pic_ctl.scala #
│ └── el2_swerv.scala # │ └── el2_swerv.scala #
│ └── test # │ └── test
│ └── scala # │ └── scala
│ └── lib # │ └── lib
├── Docs # Spec. Document ├── Docs # spec. document
├── rtl # Chisel generated verilog ├── rtl # Chisel generated verilog
│ ├── ***** # │ ├── ***** #
│ └── ***** # │ └── ***** #
├── target # ├── target
│ ├── scala-2.12 # │ ├── scala-2.12
│ └── streams # │ └── streams
├── test_run_dir # ├── test_run_dir
└── build.sbt # Scala-based DSL └── build.sbt # Scala-based DSL
@ -56,6 +56,9 @@ installed so that it can be used to prepare RISCV binaries to run.
3. Determine your configuration {optional} 3. Determine your configuration {optional}
4. Run make with tools/Makefile 4. Run make with tools/Makefile
## Release Notes for this version
Please see [release notes](release-notes.md) for changes and bug fixes in this version of Quasar.
### Configurations ### Configurations
This script derives the following consistent set of include files : This script derives the following consistent set of include files :