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

Subversion Repositories mlite

[/] [mlite/] [trunk/] [vhdl/] [ram.vhd] - Diff between revs 7 and 11

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

Rev 7 Rev 11
Line 73... Line 73...
            if index /= 10 then
            if index /= 10 then
               c := character'val(index);
               c := character'val(index);
               write(hex_file_line, c);
               write(hex_file_line, c);
               line_length := line_length + 1;
               line_length := line_length + 1;
            end if;
            end if;
 
            --line_length:=100;  --DEBUG mode
            if index = 10 or line_length >= 72 then
            if index = 10 or line_length >= 72 then
               writeline(store_file, hex_file_line);
               writeline(store_file, hex_file_line);
               line_length := 0;
               line_length := 0;
            end if;
            end if;
         end if;
         end if;

powered by: WebSVN 2.1.0

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