URL
https://opencores.org/ocsvn/axi_slave/axi_slave/trunk
Subversion Repositories axi_slave
[/] [axi_slave/] [trunk/] [run/] [run.sh] - Rev 11
Go to most recent revision | 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/axi_slave.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@} $ROBUST ../robust_axi_slave.pro -gui ${@}
Go to most recent revision | Compare with Previous | Blame | View Log