record conversation snippet
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Dec 2018 18:56:58 +0000 (18:56 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Dec 2018 18:56:58 +0000 (18:56 +0000)
3d_gpu/microarchitecture.mdwn

index f3e4f96d29e6a3be93b9fc6a123ecf257da92a44..6e4eb9522e5b1e43e74a9d83cd0658b3b9ca0afa 100644 (file)
@@ -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