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 10

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

Line No. Rev Author Line
1 3 eyalhoc
#!/bin/bash
2
 
3 10 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/regfile.v -od out -list list.txt -listpath -header -gui ${@}
12
$ROBUST ../src/base/regfile.h -od out -header -gui ${@}
13
$ROBUST ../src/base/regfile.html -od out -gui ${@}

powered by: WebSVN 2.1.0

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