View Single Post
  #4 (permalink)  
Old 05-04-2006, 07:52 PM
Jon Elson
Guest
 
Posts: n/a
Default Re: CPU resource type



[email protected]d wrote:

>What kind of cpu resources does fpga "compilation" (Analyse, Synthesis, etc..)
>use on a cpu..?
>
>Integer/Branch/Bitshifting..?
>Floating point..?
>Will a pipeline cpu greatly improve speed..?
>
>
>

I'm sure there's no floating point, except to report % usages at the end.
Pipelining always helps, but anything newer than a 286 has at least some
level of pipelining. Plenty of main memory and cache will help greatly.
Swapping to disk will kill this type of large database sorting task.

Jon

Reply With Quote