Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDear irun2,
--- Quote Start --- I want to know how fast DE2 board can run, does anyone happen to know? I mean the DE2 education board, the cpu is EP2C35F672C6 . --- Quote End --- EP2C35 is not a cpu but an FPGA. You could of course design cpu's inside. The maximum speed of circuits in FPGA's depends on their design, the depth of the logic and the interconnection. You can make estimates of the timing performance by means of the Quartus-II tool called "Classic Timing Analyzer" which is simple to use and gets you a reasonable estimate. If you want more accurate timing analysis you can use better constraints and get more accurate estimates by the TimeQuest tool. When designing circuits you can get higher speeds by keeping the combinatorial logic depth low. This can be done by making pipelined designs. So it depends. For small circuits you should be able to get speeds over 200MHz. For more complicated circuits it could be that you only get 100MHz or even lower. It depends on the cleverness and complexity of your design. hope this helps...