What are data types in VHDL?
Data Types in VHDL
XST accepts the following VHDL basic types: Enumerated Types: BIT ('0','1') BOOLEAN (false, true) STD_LOGIC ('U','X','0','1','Z','W','L','H','-') where:'U' means uninitialized.'
X' means unknown.
'0' means low.
'1' me...
See more
Download the Study24x7 App, so you can connect and collaborate.