Skip to content

Commit

Permalink
Перерисована схема программируемой ячейки памяти
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 committed Aug 14, 2024
1 parent ee53a93 commit b75e2a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .pic/Introduction/How FPGA works/fig_13.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .pic/Introduction/How FPGA works/fig_13.png
Binary file not shown.
2 changes: 1 addition & 1 deletion Introduction/How FPGA works.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ _Рисунок 12. Реализация мультиплексора, испо

Из транзисторов можно построить не только логические элементы, но и элементы памяти. На рис. 13 представлена схема простейшей ячейки статической памяти, состоящей из транзистора и двух инверторов (т.е. суммарно состоящей из 5 транзисторов, поэтому она называется **5T** SRAM). Данная ячейка реализует 1 бит конфигурируемой памяти, являвшейся одним из основных компонентов самой первой ПЛИС.

![../.pic/Introduction/How%20FPGA%20works/fig_08.png](../.pic/Introduction/How%20FPGA%20works/fig_13.png)
![../.pic/Introduction/How%20FPGA%20works/fig_13.drawio.svg](../.pic/Introduction/How%20FPGA%20works/fig_13.drawio.svg)

_Рисунок 13. Конфигурируемая ячейка памяти ПЛИС Xilinx XC2064[[2, стр. 2-63](https://archive.org/details/programmablegate00xili/page/n93/mode/2up)]._

Expand Down

0 comments on commit b75e2a7

Please sign in to comment.