Update README.md

This commit is contained in:
Kunal-Radhika 2020-11-24 15:17:21 +05:30 committed by GitHub
parent b1fe408d48
commit a673070bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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