OpenCores
URL https://opencores.org/ocsvn/plasma/plasma/trunk

Subversion Repositories plasma

[/] [plasma/] [trunk/] [tools/] [tracehex.c] - Diff between revs 16 and 78

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 16 Rev 78
Line 51... Line 51...
   col=0;
   col=0;
   col_num=0;
   col_num=0;
   row=0;
   row=0;
   for(ptr_in=strstr(buf,"=");*ptr_in;++ptr_in) {
   for(ptr_in=strstr(buf,"=");*ptr_in;++ptr_in) {
      ++col;
      ++col;
      if(col<4||col==10||col==11||col==12) {
      if(col<4||col==12||col==13||col==14) {
         drop_char[col]=1;
         drop_char[col]=1;
         continue;
         continue;
      }
      }
 
 
      /* convert binary number to hex */
      /* convert binary number to hex */

powered by: WebSVN 2.1.0

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