Documentation.

Pin identification, truth tables and shortcuts to make the individual entries as small as possible.


PIN IDENTIFICATION

General:

Power supply:

Gates, line drivers etc.:

Flip-flops:

Counters:

Shift registers:

Multiplexers:

Demultiplexers:

Analog multiplexers/demultiplexers:

Memories:

Oscillators:

Sections:


TRUTH TABLES

For inputs, the following notations are used:

   0  : logic low level
   1  : logic high level
   X  : don't care, either 0 or 1
   /  : rising or positive-edge clock input
   \  : falling or negative-edge clock input
   !/ : not a rising edge, either 0, 1 or \
   !\ : not a falling edge, either 0, 1 or /
   .  : 'continued', used in compressing the table

For outputs, the following notations are used:

   0 : logic low level
   1 : logic high level
   Z : high impedance, either 3-state or open-collector not driving output
   - : no change (latched in closed state, or register value not changed)
   ? : undefined (although some manufacturers may define a behaviour)
   . : 'continued', used in compressing the table

ASSUMPTIONS FOR DIGITAL DEVICES

Single/Dual Flip-flops:

Multiple flip-flops:

Synchronous counters:

Asynchronous counters:

Shift registers:


ASSUMPTIONS FOR ANALOG DEVICES

Operational amplifiers:

Analog multiplexers/demultiplexers:

Digtal/analog converters:


Back to the GIICM index.