Forum Discussion
3 Replies
- James_B
Contributor
- a_x_h_75
Contributor
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
Contributor
Alex thanks for the feedback on this. I will try this and see what happens.