blob: 61a43b33e801a6e032752321dafcf1eb21cecc9a [file] [log] [blame]
Timothy Chen6c72d842021-03-05 16:53:19 -08001// Copyright lowRISC contributors.
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4{ cfgs: [
5 {k: 16, m: 6, code_type: "hsiao" },
6 {k: 22, m: 6, code_type: "hsiao" },
7 {k: 32, m: 7, code_type: "hsiao" },
8 {k: 57, m: 7, code_type: "hsiao" },
9 {k: 64, m: 8, code_type: "hsiao" },
10 {k: 16, m: 6, code_type: "hamming"},
11 {k: 32, m: 7, code_type: "hamming"},
12 {k: 64, m: 8, code_type: "hamming"},
Timothy Chenfeaf3222021-11-02 13:49:43 -070013 {k: 68, m: 8, code_type: "hamming"},
Udi Jonnalagadda2f5e5cf2021-03-08 11:51:17 -080014 ],
15 // This seed can be changed here if re-generation of ECC RTL
16 // with a different seed is desired.
17 seed: 1592631616
Timothy Chen6c72d842021-03-05 16:53:19 -080018}