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

Subversion Repositories robust_axi_fabric

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /robust_axi_fabric
    from Rev 17 to Rev 16
    Reverse comparison

Rev 17 → Rev 16

/trunk/run/run.sh
1,6 → 1,6
#!/bin/bash
 
../../../robust -null
../../../robust -ver
if [ $? -eq 0 ];then
ROBUST=../../../robust
else
8,5 → 8,4
ROBUST=../../../robust-lite
fi
 
#$ROBUST ../src/base/ic.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
$ROBUST robust_axi_fabric.pro -gui ${@}
$ROBUST ../src/base/ic.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
/trunk/run/run.bat
1,6 → 1,4
 
echo off
 
::..\..\..\robust.exe ../src/base/ic.v -od out -I ../src/gen -list list.txt -listpath -header -gui
 
..\..\..\robust.exe robust_axi_fabric.pro -gui %1 %2 %3
..\..\..\robust.exe ../src/base/ic.v -od out -I ../src/gen -list list.txt -listpath -header -gui
/trunk/src/base/def_ic.txt
31,7 → 31,7
 
INCLUDE def_ic_static.txt
 
SWAP.GLOBAL #FFD #1 ##flip-flop delay
SWAP #FFD #1 ##flip-flop delay
 
SWAP.USER PREFIX fabric_MASTER_NUM_SLAVE_NUM ##prefix for all module and file names
 
/trunk/src/base/def_ic_static.txt
28,7 → 28,7
//////////////////////////////////////////////////////////////////##>
 
##Static defines
SWAP.GLOBAL MODEL_NAME AXI interconnect fabric
SWAP MODEL_NAME AXI interconnect fabric
 
SWAP MSTRS MASTER_NUM
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DEF_DECERR_SLV))

powered by: WebSVN 2.1.0

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