URL
https://opencores.org/ocsvn/openarty/openarty/trunk
Subversion Repositories openarty
[/] [openarty/] [trunk/] [sw/] [startupex.sh] - Rev 6
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash WBREGS=host/wbregs RED=0x00ff0000 GREEN=0x0000ff00 WHITE=0x000f0f0f BLACK=0x00000000 DIMGREEN=0x00001f00 $WBREGS led 0x0f $WBREGS clrled0 $RED $WBREGS clrled1 $RED $WBREGS clrled2 $RED $WBREGS clrled3 $RED sleep 1 $WBREGS clrled0 $GREEN sleep 1 $WBREGS clrled1 $GREEN $WBREGS clrled0 $DIMGREEN sleep 1 $WBREGS clrled2 $GREEN $WBREGS clrled1 $DIMGREEN sleep 1 $WBREGS clrled3 $GREEN $WBREGS clrled2 $DIMGREEN sleep 1 $WBREGS clrled0 $WHITE $WBREGS clrled1 $BLACK $WBREGS clrled2 $BLACK $WBREGS clrled3 $WHITE $WBREGS led 0x00
Go to most recent revision | Compare with Previous | Blame | View Log