Altera_Forum
Honored Contributor
8 years agoError (18496): The Output SCLK in pin 26 is too close to PLL clock input in pin 27
Hello everybody,
I am using the Max10 chip with the Quartus Prime 17.1. I am building a SPI interface for ADC. The input pin for my on-board quartz oscillator is the pin 27 (bank 2). I have designated pin 26 (bank 2) for a SPI clock output. When I try to compile the design I get the following error: ++++++++++++++++++++++ Start Error Message ++++++++++++++++++ Error (18496): The Output SCLK in pin location 26 (pad_711) is too close to PLL clock input pin (clk_in) in pin location 27 (pad_0) Error (171000): Can't fit design in device Error: Quartus Prime Fitter was unsuccessful. 2 errors, 4 warnings Error: Peak virtual memory: 909 megabytes Error: Processing ended: Thu Apr 19 18:28:02 2018 Error: Elapsed time: 00:00:05 Error: Total CPU time (on all processors): 00:00:03 Error (293001): Quartus Prime Full Compilation was unsuccessful. 4 errors, 8 warnings +++++++++++++++++++++++ End Error Message ++++++++++++++++++ I have also tried fitting the design by moving the SPI clock output to other CLK pins (28,29) in the same bank, and I get the same error message. If I use pins which are not CLK pins (30,32,33) in the same bank or any other pin in different bank the design can compile succesfully. Does anyone know why is Quartus giving this error? Thanks in advance and Cheers, Milos