blob: 49cd280c36bdf19bd4dba039bdb20e874cb5b139 [file] [log] [blame] [view]
agorararmard312a1cd2020-12-10 18:35:12 +02001<!---
2# SPDX-FileCopyrightText: 2020 Efabless Corporation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16# SPDX-License-Identifier: Apache-2.0
17-->
shalan0d14e6e2020-08-31 16:50:48 +020018# DV Tests
19
20Organized into two subdirectories:
Tim Edwards05537512020-10-06 14:59:26 -040021 * caravel: contains tests for both the mangement SoC and an example user project.
shalan0d14e6e2020-08-31 16:50:48 +020022 * wb_utests: contains unit tests for the wishbone components residing at the management SoC private bus
23
24<pre>
Mohamed Kassem08d9a762020-12-02 04:01:55 -080025├── caravel
shalan0d14e6e2020-08-31 16:50:48 +020026│ ├── mgmt_soc
Tim Edwards05537512020-10-06 14:59:26 -040027│ ├── user_proj_example
shalan0d14e6e2020-08-31 16:50:48 +020028└── wb_utests
29</pre>
30