Scott Johnson | d16af11 | 2019-10-17 15:03:58 -0700 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
| 2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | { |
| 6 | name: "tlul", |
Philipp Wagner | 58f3297 | 2021-03-16 13:57:23 +0000 | [diff] [blame] | 7 | design_spec: "../doc", |
| 8 | dv_doc: "../doc/dv", |
| 9 | hw_checklist: "/hw/top_earlgrey/ip/xbar/doc/checklist", |
Weicai Yang | 553ca95 | 2019-11-14 13:25:30 -0800 | [diff] [blame] | 10 | revisions: [ |
| 11 | { |
| 12 | version: "0.5", |
| 13 | life_stage: "L2", |
| 14 | design_stage: "D3", |
| 15 | verification_stage: "V3", |
Srikrishna Iyer | 84dac53 | 2020-04-02 21:45:21 -0700 | [diff] [blame] | 16 | commit_id: "0078a3228c0d311cd40996a730ed8453640a6944", |
Cindy Chen | d581d8b | 2021-06-29 14:51:40 -0700 | [diff] [blame] | 17 | notes: "The target for this entry is the autogenerated xbar_main within top_earlgrey." |
Weicai Yang | 553ca95 | 2019-11-14 13:25:30 -0800 | [diff] [blame] | 18 | } |
| 19 | { |
| 20 | version: "1.0", |
| 21 | life_stage: "L1", |
Eunchan Kim | 82254b8 | 2022-01-25 08:46:53 -0800 | [diff] [blame] | 22 | design_stage: "D2", |
Weicai Yang | b9597e5 | 2022-01-25 14:37:06 -0800 | [diff] [blame] | 23 | verification_stage: "V2", |
| 24 | commit_id: "dae702d55b89a18621607b34f7ab8161be3706eb", |
| 25 | notes: '''Only the XBAR instances (xbar_main and xbar_peri) and TLUL components |
| 26 | that go into them are certified to V2. For exceptions see |
| 27 | [DV_DOC](https://docs.opentitan.org/hw/ip/tlul/doc/dv/index.html#design-features) |
| 28 | ''' |
Weicai Yang | 553ca95 | 2019-11-14 13:25:30 -0800 | [diff] [blame] | 29 | } |
| 30 | ] |
Scott Johnson | d16af11 | 2019-10-17 15:03:58 -0700 | [diff] [blame] | 31 | } |
Weicai Yang | 553ca95 | 2019-11-14 13:25:30 -0800 | [diff] [blame] | 32 | |