Issue Queue Implementation (#140)
This PR adds issue queue modeling to Olympia, by allowing users to define the number of issue queues, which execution units map to which issue queues, and which target pipes are supported for each execution unit. Regressions will fail until we merge [scoreboard fix](https://github.com/sparcians/map/pull/468 ) in Sparta. Old flow: dispatch -> executepipe->execute New flow: dispatch -> issue queue -> executepipe -> execute --------- Signed-off-by:Aaron Chan <achn357@gmail.com>
parent
18d57b56
Please register or sign in to comment