
VHDL—Packages, Sub Programs, and Sequential Circuits 16.5
begin
-- behaviour of read
end read;
; -- procedure bodies are for readln and read procedures are for Bit, Bit_
Vector, character, Integer, Real, Boolean, and Time
procedure writeline(file F:text; L: inout line)is
; -- local declarations
begin
-- behaviour of writeline
end writeline;
procedure write(L: inout line; Value: in String; Justified:
in; Side: = RIGHT; Field: in; Width: = 0)is
; -- local declarations
begin
-- behaviour of write
end write;
; -- procedure bodies for writeln and write procedures are declared for
Bit, Bit_Vector, character, Integer, Real, ...