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

index f62e0f85ca4d7f028eb09df405de0ebafb0f9162..c17b49e63ff376305034da59dc1c6f29180a5357 100644 (file)
@@ -89,6 +89,10 @@ and thus a STALL will occur when `cmpi` is in the decode phase.
 
 The output diagram will look like this:
 
+TODO, move this to a separate file then *include it twice*, once with triple-quotes
+and once without.  grep "inline raw=yes" for examples on how to include in mdwn
+
+```
 | clk # |    fetch     |    decode    |   issue      |   execute    |
 |:-----:|:------------:|:------------:|:------------:|:------------:|
 |   1   | addi 3,4,5   |              |              |              |
@@ -99,6 +103,7 @@ The output diagram will look like this:
 |   6   |              | ld 1,2(3)    |              | cmpi 1,0,3,4 |
 |   7   |              |              | ld 1,2(3)    |              |
 |   8   |              |              |              | ld 1,2(3)    |
+```
 
 Explanation: