Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- ok, so for the ADC, would this work ? if(clk'event and clk ='1') then
adc_out(12 downto 0) <= analog_in(12 downto 0);
adc_out(13) <= not analog_in(13);
end if; Now the MSB and the rest of the word are synchronised right ? --- Quote End --- Yes, now synchronised --- Quote Start --- And for the DAC, would it be better to replace analog_signal directly with analog_out ? --- Quote End --- Note quite. You'll still have the same problem. Ill let you think about it.... --- Quote Start --- Although i don't see how this will convert a digital signal to an analogue signal... --- Quote End --- It wont, unless this is the number format that your external DAC chip requires.