OpenCores
URL https://opencores.org/ocsvn/workwithfiles/workwithfiles/trunk
#!/bin/perl $file=@ARGV[0]; $len=@ARGV[1]; if ((length($file)==0) || (length($len)==0)) { printf "\nInput parameters:\n from_bin2text.pl \n"; printf "Example: from_bin2text.pl bytesdata.bin 5000 >stimulus.txt\n\n"; exit(0); } open(F,"$file"); binmode F; @lines=; close(F); $txt=''; $bytenum=1; foreach(@lines) { $txt=$_; for ($z=0;$z$len) {exit(0);} } } sub hex2dec { return sprintf("%d",hex($_[0])).""; } sub hex2bin { return sprintf("%.4b",hex($_[0])).""; } sub dec2hex { return sprintf("%.2x",$_[0]).""; }

Subversion Repositories workwithfiles

[/] [workwithfiles/] [trunk/] [from_bin2text.pl] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.