Skip to content

Commit 1817233

Browse files
authored
Update t1-cpu-component.md
- Minor localization edits
1 parent d75f3dd commit 1817233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/learn/type-1-prover/t1-cpu-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
The CPU is the central component of Polygon Zero zkEVM. Like any central processing unit, it reads instructions, executes them, and modifies the state (registers and the memory) accordingly.
22

3-
Other complex instructions, such as Keccak hashing, are delegated to specialist STARK tables.
3+
Other complex instructions, such as Keccak hashing, are delegated to specialized STARK tables.
44

55
This section briefly presents the CPU and its columns. However, details on the CPU logic can be found [here](https://github.com/0xPolygonZero/plonky2/blob/main/evm/spec/cpulogic.tex).
66

77

88
### CPU flow
99

10-
CPU execution can be decomposed into two distinct phases; CPU cycles, and Padding.
10+
CPU execution can be decomposed into two distinct phases; CPU cycles, and padding.
1111

1212
This first phase of the CPU execution is a lot bulkier than the second, more so that padding comes only at the end of the execution.
1313

0 commit comments

Comments
 (0)