MOOMOO_KAMP81
Junior Member level 3
in the below i have this runtime error :
no digits found in abstract literal
textio procedure READ(INTEGER): can not get value from "?" (? shows some unkhon character)
and then equal to the 16*16 times generate this error:
textio procedure READ(INTEGER) arameter L designate an empty string
what does it mean?
for i in 0 to 15 loop
for i in 0 to 15 loop
readline(my_input,my_inline);
read(my_inline,read_n);
int_vec(i)<=conv_std_vector(read_n,16);
end loop;
end loop;
no digits found in abstract literal
textio procedure READ(INTEGER): can not get value from "?" (? shows some unkhon character)
and then equal to the 16*16 times generate this error:
textio procedure READ(INTEGER) arameter L designate an empty string
what does it mean?
for i in 0 to 15 loop
for i in 0 to 15 loop
readline(my_input,my_inline);
read(my_inline,read_n);
int_vec(i)<=conv_std_vector(read_n,16);
end loop;
end loop;