Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThank you for your answer...
First, the device under test needs std_logic signals as input signals, then, I'll need to convert unsigned to std_logic_vector. I tried your trick reset_hwVar := to_unsigned(reset_hw_i, 1)(0); but it doesn't work. If you've any other idea, don't hesitate...