aboutsummaryrefslogtreecommitdiff
path: root/pelican/content/CoretestHashesNovena.md
diff options
context:
space:
mode:
Diffstat (limited to 'pelican/content/CoretestHashesNovena.md')
-rw-r--r--pelican/content/CoretestHashesNovena.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/pelican/content/CoretestHashesNovena.md b/pelican/content/CoretestHashesNovena.md
index f761f4c..54024cf 100644
--- a/pelican/content/CoretestHashesNovena.md
+++ b/pelican/content/CoretestHashesNovena.md
@@ -46,25 +46,25 @@ I2C serial bus. The subsystem consists of:
- [sha256](https://git.cryptech.is/core/sha256): A HW implementation of the SHA-256 hash
-
function.
-- [sha512](https://git.cryptech.is/core/sha512): A HW implementation of the SHA-512 hash
+- [sha512](https://git.cryptech.is/core/sha512): A HW implementation of the SHA-512 hash
function.
-- [coretest](https://git.cryptech.is/core/coretest): A command parser that accepts read/write
+- [coretest](https://git.cryptech.is/core/coretest): A command parser that accepts read/write
commands from a host, executes the commands and sends the response.
-- [i2c](https://git.cryptech.is/core/i2c): A serial interface that connects coretest to the
+- [i2c](https://git.cryptech.is/core/i2c): A serial interface that connects coretest to the
host.
+
- [novena](https://git.cryptech.is/core/novena): A top-level wrapper that connects all
the cores, and connects i2c to external pins as well as clk and
@@ -89,16 +89,16 @@ install, but with a few extra notes:
- ISE Design Suite uses a graphical installer, so has to be installed
-
on a desktop edition, not a server edition.
-- Although the software can be installed as user or root, by default
+- Although the software can be installed as user or root, by default
it wants to install into `/opt/Xilinx`, so you need to install as root
if you want to do that.
+
- The Xilinx tools are disk hogs, so if you're building a VM for this, you'll probably want to give it at least 30-40 GB of disk space.