From: lkcl Date: Wed, 9 Aug 2023 21:08:25 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1922de1df23c845d7f888983c2c6ecc487f6b4e4;p=libreriscv.git --- diff --git a/3d_gpu/architecture/inorder_model.mdwn b/3d_gpu/architecture/inorder_model.mdwn index f62e0f85c..c17b49e63 100644 --- a/3d_gpu/architecture/inorder_model.mdwn +++ b/3d_gpu/architecture/inorder_model.mdwn @@ -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: