Altera_Forum
Honored Contributor
17 years agoQuartus built-in confusion with Cyclone III and SFL
Hello,
using AS configuration requires VCCIO of 3V3 for the associated IO bank, cause present Altera EPCSx devices are only operational with 3.3 V supply. Instantiating SFL (serial flash loader) Megafunction in the design however causes strange effects in this regard. EP3C25Q240 has pin 23 for DCLK and pin 24 for DATA0, as all other AS related pins placed in IO bank 1, that gets VCCIO of 3.3V for this reason. But when SFL instance is added to the design, two bank 1 pins are automaticly forced to default 2.5V IO standard, causing unplausible warnings: --- Quote Start --- Warning: Following 1 pins must use external clamping diodes. Info: Pin altserial_flash_loader:sfl_inst|asmi_inst~ALTERA_DATA0 uses I/O standard 2.5 V at 24 Warning: Following 1 pins must meet Altera requirements for 3.3V, 3.0V, and 2.5V interfaces. Info: Pin anypin uses I/O standard 2.5 V at 22 --- Quote End --- Please notice, that pin 22 isn't related to configuration at all. When pin 22 is intended as an output pin, the fit even fails with unspecified (without any explanation, that's usually given) error message: --- Quote Start --- Error: Can't fit design in device --- Quote End --- Is it just another part in the "beware of 3.3V with Cyclone III" Altera serial? Regards, Frank