agorararmard | 312a1cd | 2020-12-10 18:35:12 +0200 | [diff] [blame] | 1 | <!--- |
| 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 | --> |
shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 18 | # DV Tests |
| 19 | |
| 20 | Organized into two subdirectories: |
Tim Edwards | 0553751 | 2020-10-06 14:59:26 -0400 | [diff] [blame] | 21 | * caravel: contains tests for both the mangement SoC and an example user project. |
shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 22 | * wb_utests: contains unit tests for the wishbone components residing at the management SoC private bus |
| 23 | |
| 24 | <pre> |
Mohamed Kassem | 08d9a76 | 2020-12-02 04:01:55 -0800 | [diff] [blame] | 25 | ├── caravel |
shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 26 | │ ├── mgmt_soc |
Tim Edwards | 0553751 | 2020-10-06 14:59:26 -0400 | [diff] [blame] | 27 | │ ├── user_proj_example |
shalan | 0d14e6e | 2020-08-31 16:50:48 +0200 | [diff] [blame] | 28 | └── wb_utests |
| 29 | </pre> |
| 30 | |