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