We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81dc3c5 commit 46a7e3fCopy full SHA for 46a7e3f
hw/doc/cores.md
@@ -1,4 +1,9 @@
1
# Cores
2
3
-* [Ibex](../ip/rv_core_ibex/README.md)
4
-* [OTBN](../ip/otbn/README.md)
+Cores in OpenTitan are processing units that can run programs.
+
5
+Currently, there are two cores in OpenTitan:
6
+* [Ibex](../ip/rv_core_ibex/README.md) (RV32IMCB)
7
+* [OTBN](../ip/otbn/README.md) (programmable coprocessor for asymmetric cryptographic algorithms, 256-bit datapath)
8
9
+Since cores are the interface between hardware and software, please also consult the [software resources](../../sw/README.md).
0 commit comments