Guest
#4722006
Hi Experts, what is the easiest way to check whether a std_logic_vector value has invalid/uninitialized bit(s) in it (such as 'X', 'U', 'Z'). VHDL-2008 would be okay. Regards...
Checking the validity of std_logic_vector value @testbench
Guest
#4722006
Hi Experts, what is the easiest way to check whether a std_logic_vector value has invalid/uninitialized bit(s) in it (such as 'X', 'U', 'Z'). VHDL-2008 would be okay. Regards...
Guest
#4725065
I would write a function:
Duke
Guest
#4725659
This function is already defined in std_logic_1164. Excerpt:
ReplyPlease log in before posting. |