Altera_Forum
Honored Contributor
12 years agovectors in VHDL
hi every body do u know how we can have vectors with different length in VHDL? the number of my vectors and their length depend on a parameter such as N. thank you.
no i mean i want to have N vectors that their length are different
i wanna write a loop for it LIKE: for i in 0 to N loop .....<= std_logic_vector(i downto 0); end loop; its ok!but what i should write instead of the blank?