Forum Discussion
Altera_Forum
Honored Contributor
14 years agowhy have you declared a std_logic_vector of only 1 bit? you really should give it a fixed length, otherwise its really just a std_logic
If you need to change the value during simulation, you should write a testbench. Your post here is not very clear. If you have a 4 bit output, you need to connect all 4 bits to something.