Skip to content

Commit dedd929

Browse files
Update README.md
1 parent 55253e9 commit dedd929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MVE/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ The steps for creating the processor hardware are not described here, but the te
3030

3131
### Map Custom Instructions
3232

33-
The include file `./inc/aci_gpr_lib.h` contains the ACI mapping for the `popc_u32` instruction. In this example, the `CX1A` intrinsic function is used with `ID=0` and `imm=0`. Further instructions may be defined with a different `imm` value.
33+
The include file `./inc/aci_mve_lib.h` contains the ACI mapping for the `alpha-blending` instruction. In this example, the `VCX3QA` intrinsic function is used with `ID=0` and `imm=0`. Further instructions may be defined with a different `imm` value.
3434

3535
The header file also defines the functions:
3636

37-
- `aci_gpr_init` to enable the related ACI accelerator.
38-
- `aci_gpr_NS_access` which is called in secure mode to enable access in non-secure mode.
37+
- `aci_init` to enable the related ACI accelerator.
38+
- It enables access in non-secure mode.
3939

4040
### Create AVH-FVP Plugin
4141

0 commit comments

Comments
 (0)