Revision as of 22:25, 24 January 2006 editSwiftEagle (talk | contribs)19 editsmNo edit summary← Previous edit | Revision as of 01:39, 4 May 2006 edit undoMellery (talk | contribs)6,831 edits sorting stubsNext edit → | ||
Line 3: | Line 3: | ||
An example is a simple XOR logic gate, which can be formed from OR, INVERT and AND gates. <!-- I believe this is a relevant example. If someone can verify this, please feel free to remove this comment --> | An example is a simple XOR logic gate, which can be formed from OR, INVERT and AND gates. <!-- I believe this is a relevant example. If someone can verify this, please feel free to remove this comment --> | ||
{{ |
{{Electro-stub}} |
Revision as of 01:39, 4 May 2006
In electronic design, library often refers to a collection of cells, macros or functional units that perform common operations and are used to build more complex logic blocks. A standard cell library is a collection of low level logic functions such as AND, OR, INVERT, flip-flops, latches and buffers.
An example is a simple XOR logic gate, which can be formed from OR, INVERT and AND gates.