Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20687 Discussions

Why do the A/D's on MAX10 need blank pins around them? Unable to use.

James_B
New Contributor II
1,403 Views

I have a 10M08SA design that is about 80% full. Board level power supplies are being measured by the FPGA's ADC's. However, when I compile the design, synthesis fails and the indication is that almost all the pins that are in use need be ununsed. This is quite bad. I understand the analog design considerations, but it appears that the ADC's are rather weak in terms of their applicable use.

3 Replies
James_B
New Contributor II
470 Views
posted a file.
a_x_h_75
New Contributor III
470 Views

You might get round this by using the 'I/O Maximum Toggle Rate' attribute in the Assignment editor. Add this attribute to each signal in question and set its value to 0. This may tell (fool) Quartus into believing this signal will not cause any interference on the analogue signal.

 

Note: this will risk additional noise on the analogue signal if these digital signals are not (relatively) static.

 

Tip: add this parameter for one signal. Then edit the project's .qsf file adding a similar entry for each signal in question.

 

Cheers,

Alex

James_B
New Contributor II
470 Views

Alex thanks for the feedback on this. I will try this and see what happens.

0 Kudos
Reply