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/trunk/run
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

/run.sh
1,3 → 1,11
#!/bin/bash
 
../../../robust ../src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
../../../robust -ver
if [ $? -eq 0 ];then
ROBUST=../../../robust
else
echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
ROBUST=../../../robust-lite
fi
 
$ROBUST ../src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}

powered by: WebSVN 2.1.0

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