Add Tomasulo model example
authorCesar_Strauss <Cesar_Strauss@web>
Fri, 13 Nov 2020 10:24:23 +0000 (10:24 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 13 Nov 2020 10:24:23 +0000 (10:24 +0000)
resources.mdwn

index 4c514faf92d121d45cfdb42952cffef33206f150..b2fc9ac3ef8dc5b2d432b112bf0112f62d3bcda3 100644 (file)
@@ -361,7 +361,8 @@ Some learning resources I found in the community:
   <https://zipcpu.com/formal/2018/05/31/clkswitch.html>
 * Circuit of Compunit <http://home.macintosh.garden/~mepy2/libre-soc/comp_unit_req_rel.html>
 * Circuitverse 16-bit <https://circuitverse.org/users/17603/projects/54486>
-
+* Nice example model of a Tomasulo-based architecture, with multi-issue, in-order issue, out-of-order execution, in-order commit, with reservation stations and reorder buffers, and hazard avoidance.
+<https://www.brown.edu/Departments/Engineering/Courses/En164/Tomasulo_10.pdf> 
 # Real/Physical Projects
 
 * [Samuel's KC5 code](http://chiselapp.com/user/kc5tja/repository/kestrel-3/dir?ci=6c559135a301f321&name=cores/cpu)