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

Subversion Repositories ahb_master

[/] [ahb_master/] [trunk/] [run/] [run.sh] - Blame information for rev 14

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

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

powered by: WebSVN 2.1.0

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