URL
https://opencores.org/ocsvn/1g_ethernet_dpi/1g_ethernet_dpi/trunk
Subversion Repositories 1g_ethernet_dpi
[/] [1g_ethernet_dpi/] [trunk/] [sw/] [dev/] [test_main/] [process.sh] - Rev 5
Compare with Previous | Blame | View Log
#!/bin/bash # USAGE: ./process.sh # ARGs: # <none> # clr rm -rf *.jou rm -rf *.log rm -rf doc rm -rf process if [ "$1" == "-clr" ]; then exit 0 fi # cre mkdir process cd process # prj-hwdef vivado -mode batch -source ../source_hwdef.tcl # prj-run xsdk -batch -source ../source_xsdk.tcl $1 # Final exit 0