Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
icache/ | H | 25-Apr-2025 | - | 3,527 | 2,315 | |
BPU.scala | H A D | 25-Apr-2025 | 52.3 KiB | 1,218 | 984 | |
Bim.scala | H A D | 25-Apr-2025 | 4.1 KiB | 125 | 0 | |
Composer.scala | H A D | 25-Apr-2025 | 3.2 KiB | 94 | 62 | |
FTB.scala | H A D | 25-Apr-2025 | 36.7 KiB | 913 | 699 | |
FauFTB.scala | H A D | 25-Apr-2025 | 8.9 KiB | 234 | 166 | |
Frontend.scala | H A D | 25-Apr-2025 | 18.3 KiB | 492 | 386 | |
FrontendBundle.scala | H A D | 25-Apr-2025 | 32.6 KiB | 842 | 587 | |
IBuffer.scala | H A D | 25-Apr-2025 | 20.1 KiB | 503 | 382 | |
IFU.scala | H A D | 25-Apr-2025 | 54.8 KiB | 1,253 | 871 | |
ITTAGE.scala | H A D | 25-Apr-2025 | 34.7 KiB | 834 | 655 | |
NewFtq.scala | H A D | 25-Apr-2025 | 81.8 KiB | 1,825 | 1,396 | |
PreDecode.scala | H A D | 25-Apr-2025 | 20.9 KiB | 503 | 376 | |
RAS.scala | H A D | 25-Apr-2025 | 12.1 KiB | 310 | 0 | |
README.md | H A D | 25-Apr-2025 | 849 | 9 | 5 | |
SC.scala | H A D | 25-Apr-2025 | 18.3 KiB | 449 | 350 | |
Tage.scala | H A D | 25-Apr-2025 | 41.5 KiB | 1,070 | 850 | |
WrBypass.scala | H A D | 25-Apr-2025 | 4.4 KiB | 129 | 93 | |
newRAS.scala | H A D | 25-Apr-2025 | 30.1 KiB | 805 | 614 |
README.md
1# Acknowledgement 2 3The implementation of Frontend is inspired by following papers: 4 5[1] Alex Ramirez, Oliverio J. Santana, Josep L. Larriba-Pey, and Mateo Valero. "[Fetching instruction streams.](https://doi.org/10.1109/MICRO.2002.1176264)" 35th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO). 2002. 6 7[2] Yasuo Ishii, Jaekyu Lee, Krishnendra Nathella, and Dam Sunwoo. "[Rebasing instruction prefetching: An industry perspective.](https://doi.org/10.1109/LCA.2020.3035068)" IEEE Computer Architecture Letters 19.2: 147-150. 2020. 8 9[3] Yasuo Ishii, Jaekyu Lee, Krishnendra Nathella, and Dam Sunwoo. "[Re-establishing fetch-directed instruction prefetching: An industry perspective.](https://doi.org/10.1109/ISPASS51385.2021.00034)" 2021 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS). 2021.