Skip to content

Commit 8970134

Browse files
committed
Fix typos
1 parent 9040375 commit 8970134

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • assembler_tools/hec-assembler-tools/docsrc

assembler_tools/hec-assembler-tools/docsrc/specs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The output of the assembler tool is composed of three files containing the instr
5555
| XINST Queue Capacity | 1 | MB | 512 | Capacity of XInst queue in Cfetch engine. |
5656
| CINST Queue Capacity | 128 | KB | 4 | Capacity of CInst queue in Cfetch engine. |
5757
| MINST Queue Capacity | 128 | KB | 4 | Capacity of MInst queue in Mfetch engine. |
58-
| XINST Intruction width | 64 | bits | | Size of instructions in the Xinst queue. |
59-
| CINST Intruction width | 64 | bits | | Size of instructions in the Cinst queue. |
60-
| MINST Intruction width | 64 | bits | | Size of instructions in the Minst queue. |
58+
| XINST Instruction width | 64 | bits | | Size of instructions in the Xinst queue. |
59+
| CINST Instruction width | 64 | bits | | Size of instructions in the Cinst queue. |
60+
| MINST Instruction width | 64 | bits | | Size of instructions in the Minst queue. |
6161
| XINST bundle size | 64 | instructions | | Number of instructions in an XInst bundle. |
6262
| HBM Capacity`*` | 48 | GB | 1,572,864 | Capacity of DRAM. |
6363
| SPAD Capacity`*` | 48 | MB | 1,536 | Capacity of SRAM/cache. |
@@ -141,7 +141,7 @@ As a unit, the CE features a register file with 4 **register banks**.
141141

142142
- A register bank cannot be accessed for writing more than once in the same cycle. Writes normally occur on the last cycle of instructions.
143143

144-
- A register bank can be accessed for a single read and a single write simulataneously in the same cycle.
144+
- A register bank can be accessed for a single read and a single write simultaneously in the same cycle.
145145

146146
## Output File Formats
147147

@@ -261,7 +261,7 @@ The following instruction set functionally matches those of HERACLES ISA. It is
261261

262262
| MINST | CINST | XINST |
263263
|-|-|-|
264-
| [msyncc](inst_spec/minst/minst_msyncc.md) | [bload](inst_spec/cinst/cinst_bload.md) | [move](inst_spec/xinst/xinst_move.md) |
264+
| [msyncc](inst_spec/minst/minst_msyncc.md) | [bloat](inst_spec/cinst/cinst_bload.md) | [move](inst_spec/xinst/xinst_move.md) |
265265
| [mload](inst_spec/minst/minst_mload.md) | [bones](inst_spec/cinst/cinst_bones.md) | [xstore](inst_spec/xinst/xinst_xstore.md) |
266266
| [mstore](inst_spec/minst/minst_mstore.md) | [nload](inst_spec/cinst/cinst_nload.md) | [rshuffle](inst_spec/xinst/xinst_rshuffle.md) |
267267
| | [xinstfetch](inst_spec/cinst/cinst_xinstfetch.md) | [ntt](inst_spec/xinst/xinst_ntt.md) |

0 commit comments

Comments
 (0)