Bitstuff

For people interested in how computers work bottom-up.

Monday, May 01, 2006

A Complexity-Effective Dynamic Scheduling Algorithm

I found this paper online:

http://courses.ece.uiuc.edu/ece512/Papers/Palacharla.1997.ISCA.pdf

This method uses register renaming along with dependency checking in instruction dispatch to reduce complexity in the wakeup-select logic (reservation stations). A FIFO is setup for each issue slot, instructions are issued to FIFOs so that dependency chains are located in FIFOs. This means that instructions only need to be checked at the head of the FIFO if they are ready to be dispatched to a function unit.

This could greatly reduce the cycle-time and resources used by the scheduler in an FPGA CPU.

3 Comments:

Blogger Shan said...

https://9811.info

4:32 PM  
Blogger Shan said...

4:33 PM  
Blogger Shan said...

hello

4:33 PM  

Post a Comment

<< Home