TChin5
New Contributor
7 years agoQuartus complain about LVDS pin assignment for MAX V CPLD device
I have two signal "OUT_P" and "OUT_N" that I try to assign using Pin Planner with I/O standard lvds_e_r3. I try this many ways and Quartus v17.1.0 returns errors. I assigned them to D15/C14 in Bank 2 which are the P/N pair. Bank2 is set to 2.5v and it only has these two signals.
I check the web and try out many techniques but none of them work.
I try commenting the "OUT_N" signal in my VHDL file and only assigned LVDS to OUT_P as LVDS_E_3R. This allow Pin Planner to automatically create OUT_P(N). But again during Compile I got a "Quartus Problem Report" popup window during the FITTER process.
How can I assigned them properly.