Altera_Forum
Honored Contributor
14 years agoIO cell registers
I had a a few general question about using IOE registers. From the data sheet most FPGA have built int IO elements which allow fast setup and output times with respect to the clock. On my designs I noticed by default Quartus will not use the IOE registers. Instead it uses register in the core.
So my 1st question, is it correct to assume Quartus perfers not to use IOE registers? Why? Another question, I tried to use Fast Input Register and Fast Output Enable Register, but the fitter does not like it and reports the setting is ignored. Why is this? Can I force the use of the register?