Following up now that I have boards built ...
- Good news ... I've had no problems configuring the FPGA with 1.8V I/O pins!
- Summary of the setup:
- Cyclone IV FPGA (EP4CE10F17C8)
- 3 MSEL pins pulled to GND (Passive Serial configuration)
- All banks powered by VCCIO=1.8V
- Using 1.8V LVCMOS signals directly attached to a processor to configure the FPGA.
Despite this success, it does seem that there is some reason Altera doesn't want us to do this. In addition to the lack of 1.8V PS option in the handbook (which I previously described), we get a warning when building the project:
Warning (169201): I/O bank '1' VCCIO voltage is '1.8V', which is not supported for the 'Passive Serial' configuration scheme and the configuration device
Any idea how we find out why this is the case? Fortunately it does seem to be working ... I'm just concerned there is some condition where we may run into trouble.
Thanks again