From a673070bbb837929ba52349d59df92ddcf3bb420 Mon Sep 17 00:00:00 2001 From: Kunal-Radhika <74853558+Kunal-Radhika@users.noreply.github.com> Date: Tue, 24 Nov 2020 15:17:21 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 415b1e0..6b4dc7d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This project explains the importance of components used in the PCB design based on the RISC V and SRAM are on the single chip for testing the entire PCB board and also explains how data flows within the design right from writing the code in C in a Software IDE/SDK to transmitting the code to the Flash Memory. # Table of Contents -- [Brief Introduction to Testing flow]() -- [Introduction to FT2232H]() -- [Data transfer from USB port to FT2232H]() -- [Data transfer from FT2232H to SPI flash memory]() -- [Future work]() -- [Acknowledgements]() +- [Brief Introduction to Testing flow](#brief-introduction-to-testing-flow) +- [Introduction to FT2232H](#introduction-to-ft2232h) +- [Data transfer from USB port to FT2232H](#data-transfer-from-usb-port-to-ft2232h) +- [Data transfer from FT2232H to SPI flash memory](#data-transfer-from-ft2232h-to-spi-flash-memory) +- [Future work](#future-work) +- [Acknowledgements](#acknowledgements) # Brief Introduction to Testing flow