forked from OpenXiangShan/XiangShan
-
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.
mmu: timing optimization (OpenXiangShan#1161)
* l2tlb: opt timing of req_addr_low to page cache * l2tlb: change signal name from first/secode to stage1/2 * l2tlb: page cache forgot satp.changed before, add it * util: update DataHoldBypass, more general * util: update PipelineConnect, add block signal * l2tlb: page cache now need 3 cycle: in/read | read back/ecc check | out * l2tlb: set ecc block to XLEN(64) * l2tlb: when ecc error, dont hit. do it same cycle * tlb: optimize repalce io, for covering refill and better timing
- Loading branch information
Showing
8 changed files
with
257 additions
and
157 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
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
Oops, something went wrong.