Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- How do I make Pin Planner stop being so mean to me? --- Quote End --- You cannot. Its sole purpose in life is to frustrate you :) For LVDS signals, you only need to assign the pin and IO_STANDARD to the positive side of the pair, and Quartus will infer the negative pin assignment. This means your top-level entity does not need to include your two signals, i.e., HSMC_RX_D_P and HSMC_RX_D_N, you can just call it HSMC_RX_D and make it LVDS. You then do not need an iobuf at the top-level of your design. There are other solutions, but this one results in the least code :) Cheers, Dave