Skip to content

Commit

Permalink
[spi_host] Bump to v3.0.0 and reset to D0/V0/S1
Browse files Browse the repository at this point in the history
This increments the major version of spi_host to allow for planned
changes that are not backward-compatible from a SW perspective.

The development stages get reset as follows:
- D0 because the feature set isn't finalized yet;
- V0 because the testplan isn't complete yet;
- S1 because the DIF is functional but not complete yet.

Signed-off-by: Andreas Kurth <[email protected]>
  • Loading branch information
andreaskurth committed Dec 20, 2024
1 parent 388e03e commit 91944c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hw/ip/spi_host/data/spi_host.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
sw_checklist: "/sw/device/lib/dif/dif_spi_host",
revisions: [
{
version: "2.1.0",
version: "3.0.0",
life_stage: "L1",
design_stage: "D2S",
verification_stage: "V2S",
dif_stage: "S2",
design_stage: "D0",
verification_stage: "V0",
dif_stage: "S1",
}
]
clocking: [
Expand Down

0 comments on commit 91944c5

Please sign in to comment.