Timothy Chen | 6c72d84 | 2021-03-05 16:53:19 -0800 | [diff] [blame] | 1 | // 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 Chen | feaf322 | 2021-11-02 13:49:43 -0700 | [diff] [blame] | 13 | {k: 68, m: 8, code_type: "hamming"}, |
Udi Jonnalagadda | 2f5e5cf | 2021-03-08 11:51:17 -0800 | [diff] [blame] | 14 | ], |
| 15 | // This seed can be changed here if re-generation of ECC RTL |
| 16 | // with a different seed is desired. |
| 17 | seed: 1592631616 |
Timothy Chen | 6c72d84 | 2021-03-05 16:53:19 -0800 | [diff] [blame] | 18 | } |