Skip to content

Commit 30e2eba

Browse files
authored
Update Register Alias Table Block Diagram formatting
1 parent c3d3e0d commit 30e2eba

File tree

1 file changed

+6
-6
lines changed
  • hw/rtl/cpu_and_mem/cpu/tomasulo/register_alias_table

1 file changed

+6
-6
lines changed

hw/rtl/cpu_and_mem/cpu/tomasulo/register_alias_table/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ branch speculation recovery.
2121
```
2222
Register Alias Table Block Diagram
2323
24-
Dispatch (Source Lookup) Dispatch (Rename) ROB (Commit)
25-
┌───────────────────────┐ ┌────────────── ┌──────────────┐
26-
│ int_src1/src2_addr │ │ alloc_valid │ commit.valid │
27-
│ fp_src1/src2/src3_addr│ │ alloc_dest_rf │ commit.tag │
24+
Dispatch (Source Lookup) Dispatch (Rename) ROB (Commit)
25+
┌───────────────────────┐ ┌───────────────┐ ┌──────────────┐
26+
│ int_src1/src2_addr │ │ alloc_valid │ commit.valid │
27+
│ fp_src1/src2/src3_addr│ │ alloc_dest_rf │ commit.tag │
2828
│ regfile_data (INT/FP) │ │ alloc_dest_reg│ │ commit.dest* │
29-
└──────────┬────────────┘ │ alloc_rob_tag └──────┬───────┘
30-
│ └──────┬───────
29+
└──────────┬────────────┘ │ alloc_rob_tag └──────┬───────┘
30+
│ └──────┬────────┘
3131
comb read sync write @ reg sync clear if
3232
│ │ tag matches
3333
▼ ▼ ▼

0 commit comments

Comments
 (0)