diff --git a/docs/tb.md b/docs/tb.md index ff8dce399..e6cab0838 100644 --- a/docs/tb.md +++ b/docs/tb.md @@ -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. \ No newline at end of file +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. \ No newline at end of file