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

Subversion Repositories robust_ahb_matrix

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

/robust_ahb_matrix/trunk/run/run.bat
1,4 → 1,6
 
echo off
 
..\..\..\robust.exe ../src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui
::..\..\..\robust.exe ../src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui
 
..\..\..\robust.exe robust_ahb_matrix.pro -gui %1 %2 %3
/robust_ahb_matrix/trunk/run/robust_ahb_matrix.pro
0,0 → 1,14
##RobustVerilog project
 
SRCFILE = ahb_matrix.v
DEFFILE =
 
OUTDIR = out
 
INCDIR += ../src/base
INCDIR += ../src/gen
 
LIST = list.txt
+LISTPATH
 
+HEADER
/robust_ahb_matrix/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/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
#$ROBUST ../src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
$ROBUST robust_ahb_matrix.pro -gui ${@}
/robust_ahb_matrix/trunk/src/base/def_ahb_matrix_static.txt
27,7 → 27,7
//// ////
//////////////////////////////////////////////////////////////////##>
 
SWAP MODEL_NAME AHB matrix
SWAP.GLOBAL MODEL_NAME AHB matrix
 
SWAP MSTRS MASTER_NUM
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DECERR_SLV))

powered by: WebSVN 2.1.0

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