eng.fedail
Junior Member level 1

Hello all,
Down is part of my ode
After Synthesize the if condition the result is about LUT to output one at valid signal, I'd like to use and gate instead of that, any idea? I have tried to implement signal instead of variable but I couldn't cause of the Index and the Boolean condition.
thanks
Down is part of my ode
Code:
variable counter : Integer RANGE 0 to 7 := 0;
Code:
if (counter = 7) then
valid <= '1';
end if;
After Synthesize the if condition the result is about LUT to output one at valid signal, I'd like to use and gate instead of that, any idea? I have tried to implement signal instead of variable but I couldn't cause of the Index and the Boolean condition.
thanks