Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThat's why it doesn't work I think. You have disabled ADC channel B already:
ADC_OEB <= '1'; this pis is active low, should be 0. Can you make another change to your code, this: SIGNAL clockF, clockR : std_logic; to this: SIGNAL clockF, clockR : std_logic := '0'; and display the iCLK_50 in your simulation