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

Subversion Repositories robust_axi_fabric

[/] [robust_axi_fabric/] [trunk/] [run/] [run.sh] - Diff between revs 15 and 16

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

Rev 15 Rev 16
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
../../../robust ../src/base/ic.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
../../../robust -ver
 
if [ $? -eq 0 ];then
 
  ROBUST=../../../robust
 
else
 
  echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
 
  ROBUST=../../../robust-lite
 
fi
 
 
 
$ROBUST ../src/base/ic.v -od out -I ../src/gen -list list.txt -listpath -header -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.