Skip to content

Commit

Permalink
[doc] update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed May 22, 2024
1 parent 611ce0f commit d16b49e
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 175 deletions.
496 changes: 321 additions & 175 deletions doc/architecture.drawio

Large diffs are not rendered by default.

Binary file modified doc/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/difftest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/difftest_time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions doc/plantuml.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,46 @@ C is 8008
@250
C is 800f
```

```plantuml
clock "Clock" as C with period 50
binary "Reset" as B
scale 50 as 100 pixels
@0
@50
B is high
```

```plantuml
clock "Clock" as C with period 50
binary "Reset" as B
concise "PC" as PC
concise "INST" as INST
scale 25 as 50 pixels
@0
PC is 0x00000000
INST is 0x00000000
@50
B is high
PC is 0x7FFFFFFC
@100
PC is 0x80000000
INST is 0x00000413
@150
PC is 0x80000004
INST is 0x00009117
@175
PC@75 -> INST@125 : SRAM Request
PC@50 <-> @75 : Send SRAM Request
```
Binary file added doc/processor_unit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d16b49e

Please sign in to comment.