-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CMO): merged CMO requests into TileLink A Channel (#282)
* Removed 'hasCMO' parameter. * Removed all SinkCMO related modules. * Merged CMO requests into TileLink A Channel with extended 4-bit opcode and custom encodings. See OpenXiangShan/rocket-chip#17. * Added support for **WriteCleanFull**. * Expanded all opcode decoding to be compatible with new 4-bit opcode encoding. * Enabled datapath of ```mp_release``` -> ```ReleaseBuffer``` -> ```DataStorage```. * Reuse ```mp_release``` for CMO-derived **WriteBackFull**, **WriteCleanFull** and **Evict**. * Reuse ```mp_acquire``` for CMO-derived **CleanShared**, **CleanInvalid** and **MakeInvalid**. * Bump OpenXiangShan/rocket-chip.
- Loading branch information
1 parent
d66cd85
commit c4ce81f
Showing
19 changed files
with
216 additions
and
284 deletions.
There are no files selected for viewing
Submodule rocket-chip
updated
8 files
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
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
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.