URL
https://opencores.org/ocsvn/robust_reg/robust_reg/trunk
[/] [robust_reg/] [trunk/] [run/] [run.sh] - Diff between revs 11 and 12
Only display areas with differences |
Details |
Blame |
View Log
Rev 11 |
Rev 12 |
#!/bin/bash
|
#!/bin/bash
|
|
|
../../../robust -null
|
../../../../robust -null
|
if [ $? -eq 0 ];then
|
if [ $? -eq 0 ];then
|
ROBUST=../../../robust
|
ROBUST=../../../../robust
|
else
|
else
|
echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
|
echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
|
ROBUST=../../../robust-lite
|
ROBUST=../../../../robust-lite
|
fi
|
fi
|
|
|
#$ROBUST ../src/base/top.txt -od out -list list.txt -listpath -gui ${@}
|
#$ROBUST src/base/regfile_top.txt -od out -list list.txt -listpath -gui ${@}
|
$ROBUST robust_reg.pro -gui ${@}
|
$ROBUST ../robust_reg.pro -gui ${@}
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.