URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [or32/] [tools/] [bootlogo.pl] - Rev 666
Go to most recent revision | Compare with Previous | Blame | View Log
$_ = join("", <>); s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei; s/^ / .byte /gm; s/[,};]+$//gm; s/^static.*//gm; print $_;
Go to most recent revision | Compare with Previous | Blame | View Log