GlennH wrote:
>
> Where is the documentation for the functions in the common vhdl libraries?
> e.g. std.textio.vhd?
>
> I cand find a manual that tells me what the functions available in the
> libraries do and how to use them.
The packages are described in:
http://www.cs.sfu.ca/CourseCentral/2...oc/1164pkg.pdf
and in the FAQ and in the library sources of your simulator.
Consider using the numeric_std package.
The VHDL reference I use was last seen at:
http://www.cs.sfu.ca/CourseCentral/2...oc/vhdlref.pdf
-- Mike Treseler