From f573a23111f2096c2a852a3f4c01d0d5f55a50b0 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Wed, 9 Aug 2023 20:22:41 +0000 Subject: [PATCH] inorder_model: Center table columns. --- 3d_gpu/architecture/inorder_model.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | | -- 2.30.2