S
Schüle Daniel
Guest
Hello,
I want to write a simple test benchmark
I want to generate all possible bit combinations
for bit_vector(7 downto 0) through an integer variable
eg
for i in 0 to 255 loop
bv <= convert(8, i); -- 8 width, and i value
end loop;
is there some convert function for this purpose?
I couldn't find it using google
too much information but not what I am looking for
Regards, Daniel
I want to write a simple test benchmark
I want to generate all possible bit combinations
for bit_vector(7 downto 0) through an integer variable
eg
for i in 0 to 255 loop
bv <= convert(8, i); -- 8 width, and i value
end loop;
is there some convert function for this purpose?
I couldn't find it using google
too much information but not what I am looking for
Regards, Daniel