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

Subversion Repositories robust_ahb_matrix

[/] [robust_ahb_matrix/] [trunk/] [run/] [run.sh] - Blame information for rev 6

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

Line No. Rev Author Line
1 4 eyalhoc
#!/bin/bash
2
 
3 6 eyalhoc
../../../robust -ver
4
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
$ROBUST ../src/base/ahb_matrix.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}

powered by: WebSVN 2.1.0

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