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

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [vhdl/] [tbench/] [debug.vhd] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tarookumic
-- $(lic)
2
-- $(help_generic)
3
-- $(help_local)
4
 
5
library IEEE;
6
use STD.TEXTIO.all;
7
 
8
package debug is
9
 
10
procedure print(s : string);
11
 
12
end debug;
13
 
14
package body debug is
15
 
16
procedure print(s : string) is
17
    variable L1 : line;
18
begin
19
  L1:= new string'(s);
20
  writeline(output,L1);
21
end;
22
 
23
end debug;

powered by: WebSVN 2.1.0

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