Update README.md

This commit is contained in:
Kunal-Radhika 2020-11-23 18:40:14 +05:30 committed by GitHub
parent 31bfd9d235
commit 3aeff6a568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
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](# Introduction to FT2232H)
- [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.