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
    /robust_ahb_matrix
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

/trunk/run/run.bat
1,6 → 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.exe ../robust_ahb_matrix.pro -gui %1 %2 %3
/trunk/run/run.sh
1,12 → 1,12
#!/bin/bash
 
../../../robust -null
../../../../robust -null
if [ $? -eq 0 ];then
ROBUST=../../../robust
ROBUST=../../../../robust
else
echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
ROBUST=../../../robust-lite
ROBUST=../../../../robust-lite
fi
 
#$ROBUST ../src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
$ROBUST robust_ahb_matrix.pro -gui ${@}
#$ROBUST src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
$ROBUST ../robust_ahb_matrix.pro -gui ${@}
/trunk/src/base/def_ahb_matrix.txt
27,7 → 27,7
//// ////
//////////////////////////////////////////////////////////////////##>
 
REQUIRE(1.3)
REQUIRE(1.4)
 
INCLUDE def_ahb_matrix_static.txt
 
/trunk/robust_ahb_matrix.pro
0,0 → 1,14
PROJDIR = run
 
SRCFILE = ahb_matrix.v
DEFFILE =
 
OUTDIR = out
 
INCDIR += ../src/base
INCDIR += ../src/gen
 
LIST = list.txt
+LISTPATH
 
+HEADER

powered by: WebSVN 2.1.0

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