diff --git a/doc/proj/stages.md b/doc/proj/stages.md index 3a7aa44a0..cf74620b9 100644 --- a/doc/proj/stages.md +++ b/doc/proj/stages.md @@ -10,29 +10,30 @@ Slight modification to the stages and checklists were made to meet the requireme This table shows the current design and verification stage for each block in Mocha. -| **Block name** | **Design stage** | **Verification stage** | -|-------------------|------------------|------------------------| -| AXI crossbar | D0 | V0 | -| Clock manager | D0 | V0 | -| CVA6-CHERI | D0 | V0 | -| Debug module | D0 | V0 | -| Entropy source | D0 | V0 | -| GPIO | D0 | V0 | -| I2C | D0 | V0 | -| KMAC | D0 | V0 | -| Mailbox | D0 | V0 | -| PLIC | D0 | V0 | -| Power manager | D0 | V0 | -| Reset manager | D0 | V0 | -| ROM control | D0 | V0 | -| SPI device | D0 | V0 | -| SPI host | D0 | V0 | -| SRAM | D0 | V0 | -| Tag controller | D0 | V0 | -| TileLink crossbar | D0 | V0 | -| Timer | D0 | V0 | -| [UART][] | D1 | V0 | - +| **Block name** | **Design stage** | **Verification stage** | +|-----------------------|------------------|------------------------| +| AXI crossbar | D0 | V0 | +| Clock manager | D0 | V0 | +| CVA6-CHERI | D0 | V0 | +| Debug module | D0 | V0 | +| Entropy source | D0 | V0 | +| GPIO | D0 | V0 | +| I2C | D0 | V0 | +| KMAC | D0 | V0 | +| Mailbox | D0 | V0 | +| PLIC | D0 | V0 | +| Power manager | D0 | V0 | +| Reset manager | D0 | V0 | +| ROM control | D0 | V0 | +| SPI device | D0 | V0 | +| SPI host | D0 | V0 | +| SRAM | D0 | V0 | +| Tag controller | D0 | V0 | +| [TileLink crossbar][] | D0 | V1 | +| Timer | D0 | V0 | +| [UART][] | D1 | V0 | + +[TileLink crossbar]: xbar_peri.md [UART]: uart.md ## Sign-off procedure diff --git a/doc/proj/xbar_peri.md b/doc/proj/xbar_peri.md new file mode 100644 index 000000000..9e75fad93 --- /dev/null +++ b/doc/proj/xbar_peri.md @@ -0,0 +1,77 @@ +# XBAR_PERI + +This checklist covers the [design and verification sign-offs][stages] for the `xbar_peri` block. + +This block has been vendored-in from [OpenTitan](https://github.com/lowRISC/opentitan). +`xbar_peri` is auto-generated by `tlgen.py` from `hw/top_chip/ip/xbar_peri/data/`. +It connects one host (CVA6-CHERI) to multiple peripheral devices over TileLink-UL: ROM, Entropy Source, KMAC, PLIC, Timer, GPIO, I2C, SPI device, SPI host, UART and Managers (Clock, Reset and Power). +The testbench reuses the generic TLUL XBAR DV infrastructure from [hw/vendor/lowrisc_ip/ip/tlul/][TLUL XBAR DV doc]. + +## Design sign-offs + +### D1 + + +The sign-off checklist items are described in the [D1 design sign-off checklist][D1 checklist]. + +| Type | Item | Status | Note/Collaterals | +|---------------|----------------------------|-------------|------------------| +| Documentation | SPEC_COMPLETED | Not Started | | +| Documentation | CSR_DEFINED | Not Started | | +| RTL | CLKRST_CONNECTED | Not Started | | +| RTL | IP_TOP | Not Started | | +| RTL | IP_INSTANTIABLE | Not Started | | +| RTL | PHYSICAL_MACROS_DEFINED_80 | Not Started | | +| RTL | FUNC_IMPLEMENTED | Not Started | | +| RTL | ASSERT_KNOWN_ADDED | Not Started | | +| Code Quality | LINT_SETUP | Not Started | | + +### D2 + +*Checklist to be defined — see [design stages][design stages].* + +### D3 + +*Checklist to be defined — see [design stages][design stages].* + +## Verification sign-offs + +### V1 + + +All checklist items refer to the [V1 verification sign-off checklist][V1 checklist]. + +| Type | Item | Status | Note/Collaterals | +|---------------|------------------------------------|---------|------------------| +| Documentation | DV_DOC_DRAFT_COMPLETED | Done | [TLUL XBAR DV doc][] | +| Documentation | TESTPLAN_COMPLETED | Done | [TLUL testplan][] | +| Testbench | TB_TOP_CREATED | Done | DUT instantiated in `hw/top_chip/ip/xbar_peri/dv/autogen/tb__xbar_connect.sv` with all 12 TL interfaces connected | +| Testbench | PRELIMINARY_ASSERTION_CHECKS_ADDED | Done |