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