| // Copyright lowRISC contributors. | 
 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. | 
 | // SPDX-License-Identifier: Apache-2.0 | 
 |  | 
 | { | 
 |     name:               "pwrmgr", | 
 |     design_spec:        "../doc", | 
 |     dv_doc:             "../doc/dv", | 
 |     hw_checklist:       "../doc/checklist", | 
 |     sw_checklist:       "/sw/device/lib/dif/dif_pwrmgr", | 
 |     revisions: [ | 
 |       { | 
 |         version:            "0.1", | 
 |         life_stage:         "L1", | 
 |         design_stage:       "D1", | 
 |         verification_stage: "V0", // this module is not verified at the block level | 
 |         dif_stage:          "S0", | 
 |         commit_id:          "b2abc989498f072d9a5530f8aab9b58c1f92c9fb" | 
 |       } | 
 |       { | 
 |         version:            "0.5", | 
 |         life_stage:         "L1", | 
 |         design_stage:       "D2", | 
 |         verification_stage: "V1", | 
 |         dif_stage:          "S0", | 
 |       } | 
 |     ] | 
 | } |