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
    /
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

/robust_fir/trunk/run/run.bat
1,4 → 1,6
 
echo off
 
..\..\..\robust.exe ../src/base/fir.v ../src/base/def_fir_top.txt -od out -I ../src/gen -list list.txt -listpath -header -gui
::..\..\..\robust.exe ../src/base/fir.v ../src/base/def_fir_top.txt -od out -I ../src/gen -list list.txt -listpath -header -gui
 
..\..\..\robust.exe robust_fir.pro -gui %1 %2 %3
/robust_fir/trunk/run/run.sh
1,6 → 1,6
#!/bin/bash
 
../../../robust -ver
../../../robust -null
if [ $? -eq 0 ];then
ROBUST=../../../robust
else
8,4 → 8,5
ROBUST=../../../robust-lite
fi
 
$ROBUST ../src/base/fir.v ../src/base/def_fir_top.txt -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
#$ROBUST ../src/base/fir.v ../src/base/def_fir_top.txt -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
$ROBUST robust_fir.pro -gui ${@}
/robust_fir/trunk/run/robust_fir.pro
0,0 → 1,14
##RobustVerilog project
 
SRCFILE = fir.v
DEFFILE = def_fir_top.txt
 
OUTDIR = out
 
INCDIR += ../src/base
INCDIR += ../src/gen
 
LIST = list.txt
+LISTPATH
 
+HEADER
/robust_fir/trunk/src/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
 
/robust_fir/trunk/src/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.