URL
https://opencores.org/ocsvn/ecg/ecg/trunk
[/] [ecg/] [trunk/] [rtl/] [inc.v] - Diff between revs 5 and 6
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 5 |
Rev 6 |
Line 26... |
Line 26... |
`define WIDTH (2*`M-1) // width for a GF(3^M) element
|
`define WIDTH (2*`M-1) // width for a GF(3^M) element
|
`define W2 (4*`M-1) // width for a GF(3^{2*M}) element
|
`define W2 (4*`M-1) // width for a GF(3^{2*M}) element
|
`define W3 (6*`M-1) // width for a GF(3^{3*M}) element
|
`define W3 (6*`M-1) // width for a GF(3^{3*M}) element
|
`define W6 (12*`M-1) // width for a GF(3^{6*M}) element
|
`define W6 (12*`M-1) // width for a GF(3^{6*M}) element
|
`define PX 196'h4000000000000000000000000000000000000000001000002 // PX is the irreducible polynomial
|
`define PX 196'h4000000000000000000000000000000000000000001000002 // PX is the irreducible polynomial
|
|
`define SCALAR_WIDTH (151-1) // the width for the scalar value
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.