L
Luiz Gustavo
Guest
What's the function of the "&" in this line:
if (&bit_cnt)
sro <= #1 mem[mem_adr];
Thanks
if (&bit_cnt)
sro <= #1 mem[mem_adr];
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It is called a "reduction AND". It is a unary operator that ANDsWhat's the function of the "&" in this line:
if (&bit_cnt)
sro <= #1 mem[mem_adr];