| // Copyright lowRISC contributors. | |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
| // SPDX-License-Identifier: Apache-2.0 | |
| // | |
| package sram_ctrl_pkg; | |
| // The width of this RAM is currently restricted to 32. | |
| parameter int Width = 32; | |
| parameter otp_ctrl_pkg::sram_key_t RndCnstSramKeyDefault = | |
| 128'hbecda03b34bc0418a30a33861a610f71; | |
| parameter otp_ctrl_pkg::sram_nonce_t RndCnstSramNonceDefault = | |
| 64'he73363ee4fedb75c; | |
| endpackage : sram_ctrl_pkg |