blob: 2f4a77daf57e3d33cc8154cb5231de79c3b42720 [file] [log] [blame] [view]
shalan0d14e6e2020-08-31 16:50:48 +02001# DV Tests
2
3Organized into two subdirectories:
Tim Edwards05537512020-10-06 14:59:26 -04004 * caravel: contains tests for both the mangement SoC and an example user project.
shalan0d14e6e2020-08-31 16:50:48 +02005 * wb_utests: contains unit tests for the wishbone components residing at the management SoC private bus
6
7<pre>
8├── harness
9 ├── mgmt_soc
Tim Edwards05537512020-10-06 14:59:26 -040010 ├── user_proj_example
shalan0d14e6e2020-08-31 16:50:48 +020011└── wb_utests
12</pre>
13