From cf717f0fef0f33c41e7b4babce65106570228107 Mon Sep 17 00:00:00 2001 From: aashirahsan-lm <72972600+aashirahsan-lm@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:29:41 +0500 Subject: [PATCH] Update README.md --- README.md | 55 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 161ef732..3942d6e5 100644 --- a/README.md +++ b/README.md @@ -8,42 +8,45 @@ Enter here ## Directory Structure - ├── .idea # - │   ├── codeStyles # - │   ├── libraries # - │   └── modules # ├── project # - │   ├── project/target/config-classes # - │   └── target # + │ ├── project # + │ └── target # ├── src - │   ├── main # - │    ├── resource/vsrc # - │   └── scala # - │    ├── dbg # - │    ├── dec # - │   ├── dmi # - │     ├── exu # - │    ├── ifu # - │    ├── include # - │  ├── lib # - │    ├── lsu # - │    ├── snapshot # - │    ├── el2_dma_ctrl.scala # - │  ├── el2_pic_ctl.scala # - │   └── el2_swerv.scala # - │   └── test/scala/lib # + │ ├── main # + │ ├── resource # + │ └── vsrc # + │ └── scala # + │ ├── dbg # + │ ├── dec # + │ ├── dmi # + │ ├── exu # + │ ├── ifu # + │ ├── include # + │ ├── lib # + │ ├── lsu # + │ ├── snapshot # + │ ├── el2_dma_ctrl.scala # + │ ├── el2_pic_ctl.scala # + │ └── el2_swerv.scala # + │ └── test # + │ └── scala # + │ └── lib # + ├── rtl # + │ ├── ***** # + │ └── ***** # ├── target # -   ├── scala-2.12 # -    └── streams # - └── test_run_dir # + │ ├── scala-2.12 # + │ └── streams # + ├── test_run_dir # + └── build.sbt # Scala-based DSL ## Dependencies - Verilator **(4.020 or later)** must be installed on the system if running with verilator -- If adding/removing instructions, espresso must be installed (used by *tools/coredecode*) - 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. ## Quickstart guide