(no commit message)
authorlkcl <lkcl@web>
Wed, 9 Aug 2023 21:37:58 +0000 (22:37 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 9 Aug 2023 21:37:58 +0000 (22:37 +0100)
3d_gpu/architecture/inorder_model.mdwn

index fd1ece72d0e605a49542cc70b2079f0751f2c17f..a848c4e4ed2456f6f94ef859bb2a9f26dead8999 100644 (file)
@@ -8,7 +8,7 @@ approximately 10-15 lines of python code to get it actually running a first unit
 
 The Libre-SOC TestIssuer core
 utilises a Finite-State Machine (FSM) to control the fetch/dec/issue/exec
-pipelines, with only one pipeline being active at any given time. This is good
+Computational Units, with only one such CompUnit (a FSM or a pipeline) being active at any given time. This is good
 for debugging the HDL, but severly restricts performance as a single
 instruction will take tens of clock cycles to complete.  In-development
 (Andrey to research and link to the relevant bugreport) is an in-order