Forum Discussion
EEren
Occasional Contributor
6 years agoMAX10 ADC problem
I created an ADC module in Qsys component adc_qsys is
port (
adc_1_command_valid : in std_logic := '0'; -- adc_1_command.valid
adc_1_command_channel ...
EEren
Occasional Contributor
6 years agoThank you very much. Indeed it have to be routed to PLL signal. Now it runs. I see all the signals on Signal Tap but the flag adc1_resp_valid never goes high and adc1_resp_data always zero. May be I do something wrong in the state machine?