Skip to main content
  1. Posts/

Digital Logic Circuits

This is where I will be adding entries on theories and concepts I learned along the way and would like to look back and reference.

SRAM
258 words·2 mins
calas theory digital_logic
SRAMs are static memory. They are implemented using 6 transistors usually and because of that more expensive.
LUT
317 words·2 mins
calas theory digital_logic
Definition # Look up table is a memory. Instead of recomputing a circuit or a logic function every time, we compute and store in LUTs.
Configuration Logic Block
41 words·1 min
calas theory digital_logic
The architecture of FPGAs rely heavily on Configuration Logic Blocks (CLBs).
Bi-stable Flip Flop
345 words·2 mins
calas theory digital_logic
At the heart of an SRAM cell lies a bistable flip-flop, which is a circuit capable of holding one of two stable states: logic ‘0’ or logic ‘1’.