Update README.md
This commit is contained in:
parent
49beaae0b4
commit
c1812618ac
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ This project explains the importance of components used in the PCB design based
|
||||||
# Brief Introduction to Testing flow
|
# 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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The internal SOC consists of RISC V, SRAM, GPIOs and PLL which can be provided by sky130 PDK and rest of the components like ADC, UART module and timers has to be included in the Bill Of Materials (BOM).
|
The internal SOC consists of RISC V, SRAM, GPIOs and PLL which can be provided by sky130 PDK and rest of the components like ADC, UART module and timers has to be included in the Bill Of Materials (BOM).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue