inorder_model: Center table columns.
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 9 Aug 2023 20:22:41 +0000 (20:22 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 9 Aug 2023 20:22:41 +0000 (20:22 +0000)
3d_gpu/architecture/inorder_model.mdwn

index 4ddbbeda0ca0b4fc290513a30e09df19c23e73af..93318305ce7e153cfca0f59611d0c4e014f97e40 100644 (file)
@@ -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   |              |