Documentation update, new figures

This commit is contained in:
Florian Zaruba 2017-04-09 09:11:35 +02:00
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

Before After
Before After

View file

@ -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.

View file

@ -39,7 +39,7 @@ typedef struct packed {
} misspredict;
typedef enum logic[3:0] {
ALU, MULT, LSU, CSR
NONE, ALU, MULT, LSU, CSR
} fu_t;
// ---------------