From 18fb1695b84248fc75ceb3569ff03cbeca51a620 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 15 Feb 2021 22:29:56 +0000 Subject: Seriously rework link processing --- pelican/content/CoretestHashesC5G.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pelican/content/CoretestHashesC5G.md') diff --git a/pelican/content/CoretestHashesC5G.md b/pelican/content/CoretestHashesC5G.md index db195ad..57c0310 100644 --- a/pelican/content/CoretestHashesC5G.md +++ b/pelican/content/CoretestHashesC5G.md @@ -40,24 +40,24 @@ SHA-1 and SHA-256 hash functions from a host computer via a serial interface connected to a FPGA device. The subsystem consists of: -- [browser:/core/sha1 "sha1"]: A HW implementation of the SHA-1 hash function. +- [sha1](browser:/core/sha1): A HW implementation of the SHA-1 hash function. -- [browser:/core/sha256 "sha56"]: A HW implementation of the SHA-256 hash function. +- [sha56](browser:/core/sha256): A HW implementation of the SHA-256 hash function. -- [browser:/core/coretest "coretest"]: A command parser that accepts read/write commands from a +- [coretest](browser:/core/coretest): A command parser that accepts read/write commands from a host, executes the commands and sends the response. -- [browser:/core/usrt "uart"]: A simple serial interface that connects coretest to the host. +- [uart](browser:/core/usrt): A simple serial interface that connects coretest to the host. -- [browser:/core/coretest_hashes "coretest_hashes"]: A top level wrapper that connects all the cores as +- [coretest_hashes](browser:/core/coretest_hashes): A top level wrapper that connects all the cores as well as connecting the rxd and txd ports on the uart to external pins as well as clk and reset. This core repo also contains the Python command line program hash_tester we will be using to talk to coretester and perform tests of the sha1 and sha256 cores. @@ -417,7 +417,7 @@ hash_tester.py This is a Python2.x program that uses Pyserial [5] to open up a serial port and talk to coretest via the uart. The command and response format used is a very simple byte oriented format. For more info, see the -README.md in [browser:/core/coretest "the top of coretest"]. +README.md in [the top of coretest](browser:/core/coretest). The program hash_tester.py needs to know which serial interface to use. This is defined in the main() function (yes, VERY ugly). You will -- cgit v1.2.3