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/trunk/run
- from Rev 15 to Rev 16
- ↔ Reverse comparison
Rev 15 → Rev 16
/run.sh
1,3 → 1,11
#!/bin/bash |
|
../../../robust ../src/base/ic.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/ic.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@} |