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

Subversion Repositories apb_mstr

[/] [apb_mstr/] [trunk/] [run/] [run.sh] - Blame information for rev 7

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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