Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQuartus won't let you do this. So, I suspect you've not specified the I/O standard of your clock input signal. Quartus will moan with a message such as:
--- Quote Start --- Pin uses I/O standard 3.3-V LVCMOS, which has a VCCIO requirement incompatible with that bank's VCCIO setting or its other pins that use VCCIO 1.5V. --- Quote End --- You'll need to change your clock signal to a 1.8V I/O standard or lower to drive into a 1.5V powered bank. This is detailed in the I/O Standard Specifications section, page 17, of the cyclone v device datasheet (https://www.altera.com/en_us/pdfs/literature/hb/cyclone-v/cv_51002.pdf). Cheers, Alex