Update README.md
This commit is contained in:
parent
b1fe408d48
commit
a673070bbb
1 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue