A
ALuPin
Guest
Hi everybody,
How can I put the value of a signal into a report ?
for example:
.....
if count=1 then
sig_value <= '1';
count := count+1;
elsif count=2 then
report "The value is {value of sig_value} ";
....
Thank you very much.
Kind regards
Andres
How can I put the value of a signal into a report ?
for example:
.....
if count=1 then
sig_value <= '1';
count := count+1;
elsif count=2 then
report "The value is {value of sig_value} ";
....
Thank you very much.
Kind regards
Andres