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

Subversion Repositories robust_axi2apb

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /robust_axi2apb/trunk
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

/run/robust_axi2apb.pro
0,0 → 1,14
##RobustVerilog project
 
SRCFILE = axi2apb.v
DEFFILE =
 
OUTDIR = out
 
INCDIR += ../src/base
INCDIR += ../src/gen
 
LIST = list.txt
+LISTPATH
 
+HEADER
/run/run.bat
1,4 → 1,6
 
echo off
 
..\..\..\robust.exe ../src/base/axi2apb.v -od out -I ../src/gen -list list.txt -listpath -header -gui
::..\..\..\robust.exe ../src/base/axi2apb.v -od out -I ../src/gen -list list.txt -listpath -header -gui
 
..\..\..\robust.exe robust_axi2apb.pro -gui %1 %2 %3
/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/axi2apb.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
#$ROBUST ../src/base/axi2apb.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
$ROBUST robust_axi2apb.pro -gui ${@}
/src/base/def_axi2apb.txt
31,7 → 31,7
 
INCLUDE def_axi2apb_static.txt
 
SWAP #FFD #1 ## flip-flop delay
SWAP.GLOBAL #FFD #1 ## flip-flop delay
 
SWAP.USER PREFIX axi2apb ## Prefix for all modules and file names
 
/src/base/def_axi2apb_static.txt
27,7 → 27,7
//// ////
//////////////////////////////////////////////////////////////////##>
 
SWAP MODEL_NAME AXI2APB bridge
SWAP.GLOBAL MODEL_NAME AXI2APB bridge
 
SWAP SLV_BITS LOG2(EXPR(SLAVE_NUM+1)) ##one more for decerr slave
 

powered by: WebSVN 2.1.0

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