Altera_Forum
Honored Contributor
15 years agofor loop
Hello there,
I have a question, i have a std_logic_vector(20 downto 0) and i want to take the value of this vector to build a for-loop. for example the std_logic_vector looks like that "000000000000000000101" which is a value of 5 now i want to build a for loop so that my output out_data = X"80008000" fills out_data with X"80008000" 5 times befor other values are coming Could anyone help me how i could build this for loop? regards