testing test
Member level 3

Hi,
What is the meaning of this VHDL line?
Thank you.
What is the meaning of this VHDL line?
ADC_x <= (ADC_r(RESOLUTION-2 downto 0) & sdto) when (phase = SCLK_RISING_EDGE) and (bit_cnt < RESOLUTION) else ADC_r;
Thank you.