Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I did some experiments before and I found that for the most critical paths there were no timing difference at all before and after assigning fast input/output registers. Do you think that Quartus-II would automatically assigns fast I/O registers to the I/Os on the most critical paths when and where necessary? --- Quote End --- Usually fast I/O makes a significant difference. But it depends on many factors. See the fitter report for checking which pins were actually assigned Fast I/O registers. --- Quote Start --- I suppose that for bidirectional I/Os we have to assign them to both fast input registers and fast output registers if they are required. --- Quote End --- Yes, and you might want to use Fast Output Enable as well.