-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Frontend): rename bundles & reorganize IO with Ifu/Ftq
Naming: - I/O: - ICache inner use only: xxxBundle - Other modules use: ICacheXxxBundle, consider move to FrontendBundle.scala - Sram/register: xxxEntry Try avoiding directed Bundle, unless it's req-resp pair Add ICacheToIfuIO & move resp/perf/topdown/icacheReady into it - ICacheIO.toIFU / IFUICacheIO.icacheReady -> ICacheToIfuIO.fetchReady - ICacheIO.perfInfo / NewIFUIO.icachePerfInfo -> ICacheToIfuIO.perf - ICacheMainPipeBundle.topdown.* / IFUICacheIO.topdown* -> ICacheToIfuIO.topdown.* Add IfuToICacheIO & move stall into it - NewIFUIO.icacheStop / ICacheIO.stop -> IfuToICacheIO.stall Add FtqToICacheIO - ICacheIO.fetch -> FtqToICacheIO.fetchReq - ICacheIO.ftqPrefetch / FtqToPrefetchIO -> FtqToICacheIO.prefetchReq Other renames - ICacheIO.softPrefetch -> ICacheIO.softPrefetchReq
- Loading branch information
Showing
15 changed files
with
546 additions
and
504 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
Oops, something went wrong.