mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-19 11:55:05 -04:00
docs: datasheet: cpu: fix name for the "A" ISA extension
Fix the name for the "A" (Atomic memory instructions) ISA extension in the instruction set extensions table.
This commit is contained in:
parent
fdeb9ff6a5
commit
e2c2ae4f0c
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ This chapter gives a brief overview of all available ISA extensions.
|
|||
[options="header",grid="rows"]
|
||||
|=======================
|
||||
| Name | Description | <<_processor_top_entity_generics, Enabled by Generic>>
|
||||
| <<_a_isa_extension,`B`>> | Atomic memory instructions | _Implicitly_ enabled
|
||||
| <<_a_isa_extension,`A`>> | Atomic memory instructions | _Implicitly_ enabled
|
||||
| <<_b_isa_extension,`B`>> | Bit manipulation instructions | _Implicitly_ enabled
|
||||
| <<_c_isa_extension,`C`>> | Compressed (16-bit) instructions | <<_processor_top_entity_generics, `RISCV_ISA_C`>>
|
||||
| <<_e_isa_extension,`E`>> | Embedded CPU extension (reduced register file size) | <<_processor_top_entity_generics, `RISCV_ISA_E`>>
|
||||
|
|
Loading…
Add table
Reference in a new issue