Forum Discussion
Altera_Forum
Honored Contributor
8 years agoFull compulation for large IO pins
Hi I would like to perform full compilation for component (not the Top Level) that has large IO pins. Im looking at over thousands bits in output bits. But I need to know the total LEs and Fmax...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- If you have large busses where bits interact with a large number of other bits, then the routing (and timing) will suffer. FPGAs benefit from pipelining, so often a design with high latency get process much more data than a huge parrallel implementation with low latency. --- Quote End --- So in that case, would inserting more pipelines would help?