Skip to content

Commit

Permalink
[docs] add crypto-cp HDL file
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Sep 25, 2024
1 parent b1d0634 commit d08add6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/datasheet/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ that provides hands-on tutorials to get you started.
. <<_legal>>


**Annotations**
**Annotations Types**

[WARNING]
Warning
Expand Down Expand Up @@ -187,7 +187,8 @@ neorv32_top.vhd - NEORV32 PROCESSOR/SOC TOP ENTITY
│├neorv32_cpu_alu.vhd - Arithmetic/logic unit
││├neorv32_cpu_cp_bitmanip.vhd - Bit-manipulation co-processor (B ext.)
││├neorv32_cpu_cp_cfu.vhd - Custom instructions co-processor (Zxcfu ext.)
││├neorv32_cpu_cp_cond.vhd - Integer conditional operations (Zicond ext.)
││├neorv32_cpu_cp_cond.vhd - Integer conditional co-processor (Zicond ext.)
││├neorv32_cpu_cp_crypto.vhd - Scalar cryptographic co-processor (Zk*/Zbk* ext.)
││├neorv32_cpu_cp_fpu.vhd - Floating-point co-processor (Zfinx ext.)
││├neorv32_cpu_cp_muldiv.vhd - Mul/Div co-processor (M ext.)
││└neorv32_cpu_cp_shifter.vhd - Bit-shift co-processor (base ISA)
Expand Down

0 comments on commit d08add6

Please sign in to comment.