forked from black-parrot/black-parrot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Description: This tag is from a branch where we experimented with sending | ||
write data along with store misses, so that the combined data was filled into | ||
the cache RAMs directly. The issue with this approach is that while it saves | ||
roughly a single cycle in the cache miss cache, it complicated the data path | ||
added a large mux on the fill path. Instead, reusing the write buffer is a | ||
better approach. |