From 09c87218efea31e9d7530d902cea48e117f11b96 Mon Sep 17 00:00:00 2001 From: Kunal-Radhika <74853558+Kunal-Radhika@users.noreply.github.com> Date: Mon, 23 Nov 2020 18:37: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 3831979..c44842e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This Project explains the importance of components used in the PCB design and also how data flows within the design. # Table of Contents -- [Brief Introduction to Testing flow] (#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 An IDE ( Integrated Development Environment) is used for programming the PCB design. For an IDE to recognize the hardware board, a Board Support Package(BSP) which includes hardware description and linker files for memory mapping are used and after programming, the hex files are generated. The resultant bitstream is passed to the following PCB design.