Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2473920dd351709

Jump to content

// Workers AI · dad joke modeWhat did the excitation table say? I'm charged with excitement.

From Wikipedia, the free encyclopedia

In electronics design, an excitation table shows the minimum inputs that are necessary to generate a particular next state (in other words, to "excite" it to the next state) when the current state is known. They are similar to truth tables and state tables, but rearrange the data so that the current state and next state are next to each other on the left-hand side of the table, and the inputs needed to make that state change happen are shown on the right side of the table.

Flip-flop excitation tables

[edit]

In order to complete the excitation table of a flip-flop, one needs to draw the Q(t) and Q(t + 1) for all possible cases (e.g., 00, 01, 10, and 11), and then make the value of flip-flop such that on giving this value, one shall receive the input as Q(t + 1) as desired.

States Input
PresentNext T
00 0
01 1
10 1
11 0

The characteristic equation of a T flip-flop is .[1]

("X" is "don't care")

States Inputs
PresentNext SR
00 0X
01 10
10 01
11 X0

The characteristic equation of a SR flip-flop is .[1]

("X" is "don't care")

States Inputs
PresentNext JK
00 0X
01 1X
10 X1
11 X0

The characteristic equation of a JK flip-flop is .[1]

States Input
PresentNext D
00 0
01 1
10 0
11 1

The characteristic equation of a D flip-flop is

References

[edit]
  1. 1 2 3 "Latch & Flip-Flop Characteristic Equations". inst.eecs.berkeley.edu. Retrieved 2023-04-08.
[edit]