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

Subversion Repositories apb_slave

[/] [apb_slave/] [trunk/] [run/] [run.sh] - Diff between revs 5 and 6

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 5 Rev 6
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
../../../robust -ver
../../../robust -null
if [ $? -eq 0 ];then
if [ $? -eq 0 ];then
  ROBUST=../../../robust
  ROBUST=../../../robust
else
else
  echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
  echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
  ROBUST=../../../robust-lite
  ROBUST=../../../robust-lite
fi
fi
 
 
$ROBUST ../src/base/apb_slave.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
#$ROBUST ../src/base/apb_slave.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
 
$ROBUST robust_apb_slave.pro -gui ${@}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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