A
Altera User
Guest
const NO : boolean := false;
activeFlag_x = (others : begin NO);
I know what "(others => '0')" means, but I can't figure out the above?
Is it simply saying 'fill all bits with the repeating bitpattern 'NO'?
activeFlag_x = (others : begin NO);
I know what "(others => '0')" means, but I can't figure out the above?
Is it simply saying 'fill all bits with the repeating bitpattern 'NO'?