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

Subversion Repositories robust_fir

[/] [robust_fir/] [trunk/] [src/] [base/] [fir_parallel.v] - Diff between revs 13 and 16

Show entire file | Details | Blame | View Log

Rev 13 Rev 16
Line 25... Line 25...
//// PURPOSE.  See the GNU Lesser General Public License for more////
//// PURPOSE.  See the GNU Lesser General Public License for more////
//// details. http://www.gnu.org/licenses/lgpl.html              ////
//// details. http://www.gnu.org/licenses/lgpl.html              ////
////                                                             ////
////                                                             ////
//////////////////////////////////////////////////////////////////##>
//////////////////////////////////////////////////////////////////##>
 
 
OUTFILE fir_parallel_TOPO.v
OUTFILE PREFIX_parallel_TOPO.v
 
 
ITER OX ORDER
ITER OX ORDER
ITER CX COEFF_NUM
ITER CX COEFF_NUM
ITER SX ADD_STAGES
ITER SX ADD_STAGES
 
 
Line 39... Line 39...
//    Input Precision          = DIN_BITS
//    Input Precision          = DIN_BITS
//    Coefficient Precision    = COEFF_BITS
//    Coefficient Precision    = COEFF_BITS
//    Sum of Products Latency  = LATENCY
//    Sum of Products Latency  = LATENCY
//    Number of multiplayers   = COEFF_NUM
//    Number of multiplayers   = COEFF_NUM
 
 
module fir_parallel_TOPO (PORTS);
module PREFIX_parallel_TOPO (PORTS);
 
 
        input  clk;
        input  clk;
        input  reset;
        input  reset;
        input  clken;
        input  clken;
        input  [EXPR(COEFF_BITS-1):0] kCX;
        input  [EXPR(COEFF_BITS-1):0] kCX;

powered by: WebSVN 2.1.0

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