mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
Documentation update, new figures
This commit is contained in:
parent
95b3ada611
commit
14abc9f038
3 changed files with 2 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 62 KiB |
|
@ -1,6 +1,7 @@
|
|||
# Testbench
|
||||
|
||||
The test-bench should evolve according to the following steps:
|
||||
|
||||
1. Basic Usage: Behavioral memories and boot-code. With the option of a EOC flag.
|
||||
2. Constrained Random Testing: By co-simulating on a golden model (e.g.: Spike ISA simulator) and comparing signatures. Tests generated by the torture test framework.
|
||||
3. System Integration: Complete system integration.
|
||||
|
|
|
@ -39,7 +39,7 @@ typedef struct packed {
|
|||
} misspredict;
|
||||
|
||||
typedef enum logic[3:0] {
|
||||
ALU, MULT, LSU, CSR
|
||||
NONE, ALU, MULT, LSU, CSR
|
||||
} fu_t;
|
||||
|
||||
// ---------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue