OpenCores
URL https://opencores.org/ocsvn/pairing/pairing/trunk

Subversion Repositories pairing

[/] [pairing/] [trunk/] [rtl/] [inc.v] - Blame information for rev 12

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 homer.xing
// drop def & const here :D
2
 
3 3 homer.xing
`define M     97          // M is the degree of the irreducible polynomial
4
`define WIDTH (2*`M-1)    // width for a GF(3^M) element
5
`define W2    (4*`M-1)    // width for a GF(3^{2*M}) element
6
`define W3    (6*`M-1)    // width for a GF(3^{3*M}) element
7
`define W6    (12*`M-1)   // width for a GF(3^{6*M}) element
8
`define PX    196'h4000000000000000000000000000000000000000001000002 // PX is the irreducible polynomial
9
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.