shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 1 | # DV Tests |
| 2 | |
| 3 | Organized into two subdirectories: |
Tim Edwards | 0553751 | 2020-10-06 14:59:26 -0400 | [diff] [blame] | 4 | * caravel: contains tests for both the mangement SoC and an example user project. |
shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 5 | * wb_utests: contains unit tests for the wishbone components residing at the management SoC private bus |
| 6 | |
| 7 | <pre> |
Mohamed Kassem | 08d9a76 | 2020-12-02 04:01:55 -0800 | [diff] [blame] | 8 | ├── caravel |
shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 9 | │ ├── mgmt_soc |
Tim Edwards | 0553751 | 2020-10-06 14:59:26 -0400 | [diff] [blame] | 10 | │ ├── user_proj_example |
shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 11 | └── wb_utests |
| 12 | </pre> |
| 13 | |