projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec46c3a
)
record conversation snippet
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 4 Dec 2018 18:56:58 +0000
(18:56 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 4 Dec 2018 18:56:58 +0000
(18:56 +0000)
3d_gpu/microarchitecture.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/microarchitecture.mdwn
b/3d_gpu/microarchitecture.mdwn
index f3e4f96d29e6a3be93b9fc6a123ecf257da92a44..6e4eb9522e5b1e43e74a9d83cd0658b3b9ca0afa 100644
(file)
--- a/
3d_gpu/microarchitecture.mdwn
+++ b/
3d_gpu/microarchitecture.mdwn
@@
-210,6
+210,7
@@
Reorder Buffer Entry
* <https://en.wikipedia.org/wiki/Reservation_station>
* <https://en.wikipedia.org/wiki/Register_renaming> points out that
reservation stations take a *lot* of power.
+* <http://home.deib.polimi.it/silvano/FilePDF/AAC/Lesson_4_ILP_PartII_Scoreboard.pdf> scoreboarding
* MESI cache protocol, python <https://github.com/sunkarapk/mesi-cache.git>
<https://github.com/afwolfe/mesi-simulator>
* <https://kshitizdange.github.io/418CacheSim/final-report> report on