Forum Discussion
John-Philip
New Contributor
1 year agoHow to ignore error 18496 (Output ??? too close to PLL clock input)
Related to: Error (18496): The Output SCLK in pin 26 is too close to PLL clock input in pin 27 Fitter Pin Placement Constraint MAX10 pin too close to PLL clock Pin location is too close to PL...
- 1 year ago
Hi,
I see the fix has been already published
intel.it/content/dam/support/us/en/programmable/kdb/support/knowledge-center/tools/2016/quartus-16.1-0.01cb-readme.txt
John-Philip
New Contributor
1 year agoAwesome -- it works! Thank you
In case the link goes broken in future, the solution is:
- Create a new file with name "quartus.ini" in current quartus project directory.
- Add "disable_max10_e144_pll_inclk_io_rule=on".
- Save and re-compile quartus project again.
sstrell
Super Contributor
1 year agoSo I guess it wasn't fixed!
- John-Philip1 year ago
New Contributor
I agree with Quartus's policy -- it is a bad idea to have an output pin next to the clock input. I don't think it's a bug -- I think it's a missing feature (i.e. the ability to easily override the check).
No matter -- I have the ability to override the check, so I'm very happy