hread command in vhdl

Status
Not open for further replies.

214

Junior Member level 2
Joined
Feb 22, 2016
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
247
what is the syntax of hread in vhdl....
can someone explain its use with a simple example
 

What is hread? Not a member of a common VHDL package as far as I'm aware of.
 

procedure HREAD(L:inout LINE; VALUEut STD_LOGIC_VECTOR);
from STD_LOGIC_TEXTIO library (overloads STD_TEXTIO library)

**broken link removed**
 

yes it is a command in vhdl
 

O.K., HREAD (=hexread) is a function from stdlogic_texio, a non-standard Synopsys library.

In 2008, read, oread and hread (along with respective write procedures) are added for all standard types and are added to their respective libraries - so hread for std_logic_vector exists in the std_logic_1164 library.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…