From: Andrey Miroshnikov Date: Wed, 9 Aug 2023 20:22:41 +0000 (+0000) Subject: inorder_model: Center table columns. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f573a23111f2096c2a852a3f4c01d0d5f55a50b0;p=libreriscv.git inorder_model: Center table columns. --- diff --git a/3d_gpu/architecture/inorder_model.mdwn b/3d_gpu/architecture/inorder_model.mdwn index 4ddbbeda0..93318305c 100644 --- a/3d_gpu/architecture/inorder_model.mdwn +++ b/3d_gpu/architecture/inorder_model.mdwn @@ -88,7 +88,7 @@ and thus a STALL will occur when `cmpi` is in the decode phase. The output diagram will look like this: | clk # | fetch | decode | issue | execute | -|-------|--------------|--------------|--------------|--------------| +|:-----:|:------------:|:------------:|:------------:|:------------:| | 1 | addi 3,4,5 | | | | | 2 | cmpi 1,0,3,4 | addi 3,4,5 | | | | 3 | STALL | cmpi 1,0,3,4 | addi 3,4,5 | |