Unverified Commit 3a3946e4 authored by Aaron Chan's avatar Aaron Chan Committed by GitHub
Browse files

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: default avatarAaron Chan <achn357@gmail.com>
parent 18d57b56
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment