[sram_ctrl] Move into D1

Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/hw/ip/sram_ctrl/data/sram_ctrl.prj.hjson b/hw/ip/sram_ctrl/data/sram_ctrl.prj.hjson
index 2a9d6ba..f3c1106 100644
--- a/hw/ip/sram_ctrl/data/sram_ctrl.prj.hjson
+++ b/hw/ip/sram_ctrl/data/sram_ctrl.prj.hjson
@@ -9,8 +9,8 @@
     hw_checklist:       "hw/ip/sram_ctrl/doc/checklist",
     sw_checklist:       ""
     version:            "0.1",
-    life_stage:         "L0",
-    design_stage:       "D0",
+    life_stage:         "L1",
+    design_stage:       "D1",
     verification_stage: "V0",
     notes:              "",
 }
diff --git a/hw/ip/sram_ctrl/doc/checklist.md b/hw/ip/sram_ctrl/doc/checklist.md
index fcbde26..eed8fec 100644
--- a/hw/ip/sram_ctrl/doc/checklist.md
+++ b/hw/ip/sram_ctrl/doc/checklist.md
@@ -11,15 +11,15 @@
 
 Type          | Item                  | Resolution  | Note/Collaterals
 --------------|-----------------------|-------------|------------------
-Documentation | [SPEC_COMPLETE][]     | Not Started | [SRAM_CTRL Design Spec]({{<relref "hw/ip/sram_ctrl/doc" >}})
-Documentation | [CSR_DEFINED][]       | Not Started |
-RTL           | [CLKRST_CONNECTED][]  | Not Started |
-RTL           | [IP_TOP][]            | Not Started |
-RTL           | [IP_INSTANTIABLE][]   | Not Started |
-RTL           | [MEM_INSTANCED_80][]  | Not Started |
-RTL           | [FUNC_IMPLEMENTED][]  | Not Started |
-RTL           | [ASSERT_KNOWN_ADDED][]| Not Started |
-Code Quality  | [LINT_SETUP][]        | Not Started |
+Documentation | [SPEC_COMPLETE][]     | Done        | [SRAM_CTRL Design Spec]({{<relref "hw/ip/sram_ctrl/doc" >}})
+Documentation | [CSR_DEFINED][]       | Done        |
+RTL           | [CLKRST_CONNECTED][]  | Done        |
+RTL           | [IP_TOP][]            | Done        |
+RTL           | [IP_INSTANTIABLE][]   | Done        |
+RTL           | [MEM_INSTANCED_80][]  | Done        |
+RTL           | [FUNC_IMPLEMENTED][]  | Done        |
+RTL           | [ASSERT_KNOWN_ADDED][]| Done        |
+Code Quality  | [LINT_SETUP][]        | Done        |
 
 [SPEC_COMPLETE]:      {{<relref "/doc/project/checklist.md#spec_complete" >}}
 [CSR_DEFINED]:        {{<relref "/doc/project/checklist.md#csr_defined" >}}