Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi,
First, you could try to work only with unsigned signals and to ban all std_logic_vector. I don't know if it's the very good idea but it works great for me. Then to create an std_logic signal, something like this should work : reset_hwVar := to_unsigned(reset_hw_i, 1)(0);