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

Subversion Repositories xucpu

[/] [xucpu/] [trunk/] [src/] [util/] [file/] [hexio.vhdl] - Diff between revs 17 and 24

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

Rev 17 Rev 24
Line 81... Line 81...
    CONSTANT input_file : IN STRING)
    CONSTANT input_file : IN STRING)
    RETURN cstr_array_type IS
    RETURN cstr_array_type IS
 
 
    VARIABLE rv : cstr_array_type(0 TO array_size - 1) := (OTHERS => 0);
    VARIABLE rv : cstr_array_type(0 TO array_size - 1) := (OTHERS => 0);
 
 
 
    VARIABLE output_line : LINE;
 
 
  BEGIN  -- FUNCTION init_cstr
  BEGIN  -- FUNCTION init_cstr
 
 
 
          write(output_line, STRING'("Initialising memory"));
 
          writeline(OUTPUT, output_line);
 
 
    init_var_array(rv, input_file);
    init_var_array(rv, input_file);
 
 
    RETURN rv;
    RETURN rv;
  END FUNCTION init_cstr;
  END FUNCTION init_cstr;
 
 

powered by: WebSVN 2.1.0

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