URL
https://opencores.org/ocsvn/robust_axi2ahb/robust_axi2ahb/trunk
Subversion Repositories robust_axi2ahb
[/] [robust_axi2ahb/] [trunk/] [run/] [run.sh] - Rev 7
Compare with Previous | Blame | View Log
#!/bin/bash ../../../../robust -null 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/axi2ahb.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@} $ROBUST ../robust_axi2ahb.pro -gui ${@}