Forum Discussion

CLa_R's avatar
CLa_R
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

Cyclone IV set 3.3 volt IO Pins

In my Cyclone IV (EP4CE10) project, I have pin IO set to 2.5Volt.

If I change it from PinPlanner to 3.3volt (3.3-v LVTTL), I obtain an error:

Error (169026): Pin ADDR_OUT_A[11] with I/O standard assignment 3.3-V LVTTL is incompatible with I/O bank 4. I/O standard 3.3-V LVTTL, has a VCCIO requirement of 3.3V, which incompatible with the I/O bank's VCCIO setting or with other output or bidirectional pins in the I/O bank using a VCCIO requirement of 2.5V. Assign output and bidirectional pins with different VCCIO requirements to different I/O banks, or change the I/O standard assignment for the specified pin to a compatible I/O standard.

But The power supply of my FPGA is 3.3V.

How can I change this and obtain a 3.3v for IO pins?

2 Replies

  • You have some conflicting I/O assignments in your project. You have specified another signal, in the same bank, as having a 2.5V signalling. Check your projects constraints.

    Regards,

    Alex