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

Subversion Repositories robust_reg

[/] [robust_reg/] [trunk/] [run/] [run.sh] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 eyalhoc
#!/bin/bash
2
 
3 12 eyalhoc
../../../../robust -null
4 10 eyalhoc
if [ $? -eq 0 ];then
5 12 eyalhoc
  ROBUST=../../../../robust
6 10 eyalhoc
else
7
  echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
8 12 eyalhoc
  ROBUST=../../../../robust-lite
9 10 eyalhoc
fi
10
 
11 12 eyalhoc
#$ROBUST src/base/regfile_top.txt -od out -list list.txt -listpath -gui ${@}
12
$ROBUST ../robust_reg.pro -gui ${@}

powered by: WebSVN 2.1.0

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