mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Added basic readme for scoreboard tb
This commit is contained in:
parent
f3f136a382
commit
7bb0d99a9b
1 changed files with 5 additions and 1 deletions
|
@ -25,4 +25,8 @@ A single sequence item consists of the following entries:
|
|||
logic compare_result;
|
||||
```
|
||||
|
||||
Currently the testbench is limited to the ALU use-case, e.g.: a single instruction needs exactly one cycle and it implements logical operations, arithmetic operations and shifts logical/arithmetic left and right.
|
||||
Currently the testbench is limited to the ALU use-case, e.g.: a single instruction needs exactly one cycle and it implements logical operations, arithmetic operations and shifts logical/arithmetic left and right.
|
||||
|
||||
## Scoreboard Testbench
|
||||
|
||||
This is a basic testbench using a program block and two clocking ports. One for driving the DUT and one for monitoring output. There is a very rudimentary golden model that checks for the monitors answers.
|
Loading…
Add table
Add a link
Reference in a new issue