URL
https://opencores.org/ocsvn/ecg/ecg/trunk
[/] [ecg/] [trunk/] [rtl/] [inc.v] - Diff between revs 6 and 10
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 6 |
Rev 10 |
Line 16... |
Line 16... |
|
|
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
along with Foobar. If not, see http://www.gnu.org/licenses/lgpl.txt
|
along with Foobar. If not, see http://www.gnu.org/licenses/lgpl.txt
|
*/
|
*/
|
|
|
`default_nettype none
|
|
|
|
// drop def & const here :D
|
// drop def & const here :D
|
|
|
`define M 97 // M is the degree of the irreducible polynomial
|
`define M 97 // M is the degree of the irreducible polynomial
|
`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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.