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

Subversion Repositories robust_fir

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /robust_fir/trunk/src
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

/base/def_fir_basic.txt
32,7 → 32,7
CHECK CONST(COEFF_BITS)
CHECK CONST(DIN_BITS)
 
SWAP NAME MAC_NUM_TOPO ##name of top module and file
SWAP NAME MAC_NUM_TOPO ##name of top module and file
SWAP INPUT_BITS DIN_BITS_COEFF_BITS ##input sizes
SWAP TOPO ORDER_INPUT_BITS ##topology
 
/base/def_fir_top.txt
29,7 → 29,7
 
LIST firlistBUILD_NUM.txt
 
SWAP MODEL_NAME FIR
SWAP.GLOBAL MODEL_NAME FIR
 
##filter 0
##parallel FIR
45,7 → 45,7
BUILD
SWAP.USER ORDER 3 ## filter order
SWAP.USER COEFF_BITS 16 ## coefficient bits
SWAP.USER DIN_BITS 24 ## data bits
SWAP.USER DIN_BITS 24 ## data bits
SWAP.USER MAC_NUM 2 ## number of multiplier-accumulators
ENDBUILD
 
53,7 → 53,7
##serial FIR
BUILD
SWAP.USER ORDER 7 ## filter order
SWAP.USER COEFF_BITS 8 ## coefficient bits
SWAP.USER COEFF_BITS 8 ## coefficient bits
SWAP.USER DIN_BITS 32 ## data bits
SWAP.USER MAC_NUM 1 ## number of multiplier-accumulators
ENDBUILD

powered by: WebSVN 2.1.0

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