Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:51

0001 #!/bin/sh
0002 IOD=jtag_uart_0
0003 PTF=nios2_iss.ptf
0004 EXE="$1"
0005 # e.g. hello.nxe
0006 nios2-iss -c --stdin=${IOD} --stdout=${IOD} --stderr=${IOD} -f "${EXE}" -p "${PTF}"