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

Subversion Repositories apb_mstr

Compare Revisions

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

Rev 6 → Rev 7

/apb_mstr/trunk/run/run.bat
1,4 → 1,6
 
echo off
 
..\..\..\robust.exe ../src/base/apb_master.v -od out -I ../src/gen -list list.txt -listpath -header -gui -debug
::..\..\..\robust.exe ../src/base/apb_master.v -od out -I ../src/gen -list list.txt -listpath -header -gui -debug
 
..\..\..\robust.exe robust_apb_master.pro -gui %1 %2 %3
/apb_mstr/trunk/run/robust_apb_master.pro
0,0 → 1,14
##RobustVerilog project
 
SRCFILE = apb_master.v
DEFFILE =
 
OUTDIR = out
 
INCDIR += ../src/base
INCDIR += ../src/gen
 
LIST = list.txt
+LISTPATH
 
+HEADER
/apb_mstr/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/apb_master.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
#$ROBUST ../src/base/apb_master.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
$ROBUST robust_apb_master.pro -gui ${@}
/apb_mstr/trunk/src/base/def_apb_master_static.txt
31,7 → 31,7
INCLUDE def_axi_master.txt
STARTUSER
 
SWAP MODEL_NAME APB master stub
SWAP.GLOBAL MODEL_NAME APB master stub
SWAP.GLOBAL DATA_BITS 32 ##AXI and APB data bits
/apb_mstr/trunk/src/base/def_axi2apb.txt
29,7 → 29,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
 
/apb_mstr/trunk/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
 
/apb_mstr/trunk/src/base/def_axi_master_static.txt
27,7 → 27,7
//// ////
//////////////////////////////////////////////////////////////////##>
 
SWAP MODEL_NAME AXI master stub
SWAP.GLOBAL MODEL_NAME AXI master stub
VERIFY (DATA_BITS <= 64) else stub supports 32 or 64 bits data bus
VERIFY (SIZE_BITS <= 3) else stub supports 32 or 64 bits data bus

powered by: WebSVN 2.1.0

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