Forum Discussion
FResc
New Contributor
7 years agoImplementation of a custom streaming sink for the Modular ADC Core on a MAX10M08 Ev Kit not working. Any idea why?
I'm trying to implement a custom IP as a streaming sink for the modular ADC core, showing the actaul converted data on the LEDs of the MAX10M08 Ev Kit. Somehow I am unable read out the data in the ...
JonWay_altera
Frequent Contributor
7 years agoHi @FResc
Could you perform a simulation to make sure the custom RTL is working? Or run some signaltap to see which part of your code is not working as expected.
You might also want to refer to https://www.m-pression.com/solutions/boards/odyssey/personality-5
Refer to RTL code that converts the ADC level to LED. From there when you are sure your RTL is working, wrap it up as custom Qsys component.