CLC_fun

CLC: Configurable Logic Cell


CLC provides programmable logic that operates outside the speed limitations of software execution. 

The logic cell takes up to 16 input signals,
   and through the use of configurable gates 
      reduces the 16 inputs to 4 logic lines 
        that drive 1 of 8 selectable single-output logic functions.


Input sources can be combo of:
  • I/O pins
  • Internal clocks
  • Peripherals
  • Register bits
Output to
  • internal peripherals and/or 
  • an output pin(s)

Possible configurations include:
  • Combinatorial Logic
    • AND
    • NAND
    • AND-OR
    • AND-OR-INVERT
    • OR-XOR
    • OR-XNOR
     
  • Latches
    • S-R
    • Clocked D with Set and Reset
    • Transparent D with Set and Reset
    • Clocked J-K with Reset
     

Comments

Popular Posts