ece222: use data path instead of datapath

This commit is contained in:
eggy 2023-10-31 13:10:59 -04:00
parent df169026c3
commit 1c7de9b0db

View File

@ -92,7 +92,7 @@ The **CB-format** is used for operations of the form `CBZ Rt, LABEL`:
$$\underbrace{\text{op-code}}_\text{8 b}\ \ \overbrace{\text{offset}}^\text{19 b}\ \ \underbrace{\text{Rt}}_\text{5 b}$$ $$\underbrace{\text{op-code}}_\text{8 b}\ \ \overbrace{\text{offset}}^\text{19 b}\ \ \underbrace{\text{Rt}}_\text{5 b}$$
### Instruction datapath ### Instruction data path
To execute an instruction, the following steps are observed: To execute an instruction, the following steps are observed: