From: Cesar_Strauss Date: Fri, 13 Nov 2020 10:24:23 +0000 (+0000) Subject: Add Tomasulo model example X-Git-Tag: convert-csv-opcode-to-binary~1837 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c32e64727c7030a7c672620b281b4f3a9076ffd;p=libreriscv.git Add Tomasulo model example --- diff --git a/resources.mdwn b/resources.mdwn index 4c514faf9..b2fc9ac3e 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -361,7 +361,8 @@ Some learning resources I found in the community: * Circuit of Compunit * Circuitverse 16-bit - +* 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. + # Real/Physical Projects * [Samuel's KC5 code](http://chiselapp.com/user/kc5tja/repository/kestrel-3/dir?ci=6c559135a301f321&name=cores/cpu)