-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[H2BLB] Describe the scheduling event for our generic processor
This commit describes the previously defined scheduling events on our generic processor. The insteresting things are: 1. The use of the InstRW to attach some scheduling events on an instruction. 2. The use of read advance to consume latency within a read. `#1` is particularly insteresting because it may seem redundant with our already defined global `LoadLatency` in the scheduling model. It is in fact not redundant because if an instruction doesn't have its how SchedWrite event, it can feed into a ReadAdvance construct and thus we would get the benefits of the read advance.
- Loading branch information
Showing
2 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters