Update README.md
This commit is contained in:
parent
cf717f0fef
commit
c01eceb11a
29
README.md
29
README.md
|
@ -12,26 +12,27 @@ Enter here
|
|||
│ ├── project #
|
||||
│ └── target #
|
||||
├── src
|
||||
│ ├── main #
|
||||
│ ├── resource #
|
||||
│ └── vsrc #
|
||||
│ └── scala #
|
||||
│ ├── dbg #
|
||||
│ ├── dec #
|
||||
│ ├── dmi #
|
||||
│ ├── exu #
|
||||
│ ├── ifu #
|
||||
│ ├── include #
|
||||
│ ├── lib #
|
||||
│ ├── lsu #
|
||||
│ ├── snapshot #
|
||||
│ ├── main
|
||||
│ ├── resource
|
||||
│ └── vsrc # Blackbox files
|
||||
│ └── scala # Design root dir
|
||||
│ ├── dbg # Debugger
|
||||
│ ├── dec # Decode, Registers and Exceptions
|
||||
│ ├── dmi # DMI block
|
||||
│ ├── exu # EXU (ALU/MUL/DIV)
|
||||
│ ├── ifu # Fetch & Branch Prediction
|
||||
│ ├── include # Bundles file
|
||||
│ ├── lib # Bridges and Libraries
|
||||
│ ├── lsu # Load/Store
|
||||
│ ├── snapshot # Configurations Dir
|
||||
│ ├── el2_dma_ctrl.scala #
|
||||
│ ├── el2_pic_ctl.scala #
|
||||
│ └── el2_swerv.scala #
|
||||
│ └── test #
|
||||
│ └── scala #
|
||||
│ └── lib #
|
||||
├── rtl #
|
||||
├── Docs # Spec. Document
|
||||
├── rtl # Chisel generated verilog
|
||||
│ ├── ***** #
|
||||
│ └── ***** #
|
||||
├── target #
|
||||
|
|
Loading…
Reference in New Issue