Mariskahime
Technical User
- Mar 26, 2007
- 1
I would like to ask, if there are known problems with value assignements to the inout port of std_logic_vector type. (From IEEE.std_logic_1164). My program seems to work correctly, but when I try to assign a value to the port (for example Data <= "ZZZZZZZZZZZZZZZZ"; ) it just doesnt work and the signal stays at "UUUUU...". Thank you