Thiết kế hệ thống số 1 fggdgdfgfdgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
Unit 1 - Fundamental Logic Elements
At the completion of this unit, you will be able to determine the input/output relationship of logic elements on the DIGITAL LOGIC FUNDAMENTALS circuit board
TTL digital circuits operate using two primary voltage levels: a logic high state, which is +5 Vdc, and a logic low state, represented by 0 volts.
In practical circuits, each logic state is defined by a specific minimum and maximum voltage level; outside of this range, the circuit struggles to accurately assign a logic state Figure 1-1 demonstrates the operational limits commonly observed in typical TTL circuits.
Figure 1-1 Operating levels of TTL circuits
A voltage level ranging from 0.8 to 2 volts indicates an unknown logic state, which can lead to inconsistent results Logic levels close to this threshold are susceptible to noise, which can alter the signal and push the gate's input into an unpredictable state.
Logic high values, represented by 1, range between 2 and 5 Vdc Logic low values, represented by 0, range between zero and 0.8 Vdc
Ones (1) and zeros (0) are used to define the operational tables of standard logic gates and circuits Figure 1-2 illustrates two fundamental logic concepts
In Figure 1-2(a), switches A and B must be closed to illuminate the lamp Switch A AND switch B must be activated If either switch is opened (not activated), the lamp goes off
In the circuit shown in Figure 1-2(b), the lamp can be illuminated by closing either switch A or switch B To turn off the lamp, both switches must remain open and unactivated.
Switch positions correspond to logic levels, which are denoted by highs (1) and lows (0) Consequently, the fundamental AND and OR logic functions can be expressed using these highs and lows This connection is demonstrated in Table 1-1.
Boolean equations are essential for defining the input-output relationships in logic circuits, represented in the form of variables such as A and B resulting in C, rather than using traditional ones and zeros This representation is visually depicted in Figure 1-3.
Figure 1-3 Boolean form of notation
The Boolean equation A AND B = C illustrates the circuit's functionality, indicating that both switches A and B need to be in the 'on' position to light up the lamp C In this context, a lamp being on represents a logic high, meaning that for the output to be high, both A and B must be activated simultaneously.
Basic logic functions can be complemented, where the complement of a logic state represents its opposite In digital logic, high and low levels, denoted as 1 and 0, are complements of one another Specifically, zero (0) serves as the one's complement of one (1).
(1), while 1 is the ones complement of 0
The complexity of an IC package determines its classification In general, IC packages having 12 or less logic gates are classified as Small Scale Integration (SSI) devices
IC classification types range from SSI to Very Large Scale Integration (VLSI) and beyond The relationship between gate count and classification is illustrated in Figure 1-4
Figure 1-4 IC classification and gate count
AND/NAND Logic Functions
By completing this exercise, you will understand the functionality of AND and NAND logic gates and validate your findings through the creation of truth tables for both operations.
Figure 1-5 shows the schematic symbols of two-input AND and NAND gates
Figure 1-5 AND and NAND gates
Signal inputs are labeled A and B Gate outputs are labeled C The output of the NAND gate is the complement of the AND operation
The Boolean equation for the AND gate states that C is high when A and B are high The AND operation is indicated by the dot between A and B
NOTE: AãB and AB without the "ã" are identical
The Boolean equation for the NAND gate states that C is low when A and B are high The bar over AB represents the complement of AB
The NAND gate function has a bubble drawn at the output side of the gate This bubble indicates a complement
Figure 1-6 shows the pin-out configuration for the 74LS00 NAND, SSI IC used in this exercise
Figure 1-6 74LS00 NAND, SSI IC
In the figure, pins 14 and 7 supply power to the IC The IC provides four separate two-input NAND gates, labeled A through D Each gate provides one output
For the 74LS00 IC, inputs may be tied to other inputs or outputs may be connected to inputs; however, outputs cannot be connected to one another
Unused inputs generally are pulled high (connected to Vcc) through a pull-up The nominal value of pull- up resistors used in LS devices is 18 K-Ohms
Two NAND gates can be cascaded (connected in series) to generate an AND operation This configuration is represented by Figure 1-7
In the figure, output C provides a NAND response to the circuit inputs (A and B) Output C is complemented by the action of GATES 2 and 3 In turn, these gates generate AND operations (outputs
D and E) for the same circuit inputs (A and B)
Table 1-2 provides the circuit truth table
In the table, the outputs are complements of each other Output column C provides the NAND function truth table, and output columns D and E provide the AND function truth table
There are two circuit inputs (A and B) Four unique input conditions test all possible combinations
A low level at any input disables an AND or a NAND gate A high level at one input of a two-input AND or NAND gate enables the gate
Figure 1-8 AND/NAND gate control combinations
The truth tables illustrate that a disabled AND gate effectively locks out its secondary input, resulting in a low output level (0) In contrast, a disabled NAND gate also disables its other input but produces a high output level (1).
Enabled AND or NAND gates allow their outputs to be determined by the circuit inputs, as demonstrated in Figure 1-8
The operating principles of a two-input AND or NAND gate apply to gates having more than two inputs Figure 1-9 shows an eight-input NAND gate (74LS30)
The output of this gate is low only when all inputs are high Any input at a low level locks out the other inputs (and output is high)
A high logic level activates an LED, allowing you to confirm a signal's state To verify this, connect your multimeter to the designated test point in the circuit.
1 Locate the AND/NAND circuit block, and connect the circuit shown in Figure 1-10 Activate BLOCK SELECT Place both toggle switches in the DOWN position
2 What are the logic levels at the AND gate inputs?
In the circuit depicted in Figure 1-10, input A is linked to the first input of both the AND gate and the NAND gate, while input B is connected to the second input of each gate.
3 What are the logic levels at the NAND gate inputs?
4 Do the circuit input LEDs confirm your answers to steps 2 and 3?
5 What is the logic level at the output of each gate?
6 Do the output LEDs confirm your answer to step 5?
7 If either toggle switch A or B (not both) were placed in the UP position, what would the effect on the output be?
8 Place toggle switch A in the UP position Observe the circuit outputs Do your results agree with your step 7 answer?
9 Place toggle switch A in the DOWN position and switch B in the UP position Observe the circuit outputs Do your results agree with your step 7 answer?
11 Place switch A in the UP position Observe the circuit output LEDs Are both gates enabled?
12 Does your observation of the AND gate output indicate that the inputs are high or low?
13 Does your observation of the NAND gate output indicate that the inputs are high or low?
14 Based on your data, are the AND and NAND gates used to detect high or low logic levels?
15 Use the toggle switches and LEDs of your circuit board to complete the truth tables of Figure 1-11
Figure 1-11 AND and NAND truth tables
16 Are the outputs of the AND and NAND gates complements of each other?
17 Modify your test circuit as shown in Figure 1-12 Connect channel 1 of your oscilloscope to circuit input B Use channel 2 to monitor other circuit points as required
LEDs may seem continuously illuminated due to the pulse train input signal, but this does not affect the circuit's expected operation To disable the circuit block LEDs, simply remove the BLOCK SELECT.
To begin, position switch A in the DOWN setting The circuit input signal B is represented as a square wave pulse train observed on oscilloscope channel 1 At this point, determine whether the gates are enabled or disabled, and assess the output levels of the AND and NAND gates to identify if they are high or low.
To begin, set switch A to the UP position and observe the output of each gate Determine whether the gates are permitting the input signal to pass through, influenced by their enabled or disabled status due to the high input at A.
20 Compare the circuit outputs with the circuit input What are the signal phase relationships? Refer to Figure 1-13
WITH AN INPUT AT A HIGH LEVEL IGATES ENABLED)
1 The output of an AND gate is high a all of the time b when any input is low c when any input is high d when all inputs are high
2 The output of a NAND gate is low a all of the time b when any input is low c when any input is high d when all inputs are high.
In the circuit depicted in Figure 1-14, the output levels A through D are characterized by the following states: output A is low, output B is high, output C is low, and output D is also low Alternatively, the outputs can be represented as low for A, high for B, low for C, and high for D Another configuration shows output A as high, while outputs B, C, and D remain low Lastly, it is important to note that the outputs may be disabled due to circuit pull-ups and the common connection at the last gate.
OR/NOR Logic Functions
Unit 2 - EXCLUSIVE-OR/NOR Gates
Upon completing this unit, you will gain the ability to analyze the input/output relationships of logic elements on the DIGITAL LOGIC FUNDAMENTALS circuit board by utilizing EXCLUSIVE-OR and NOR gates.
An exclusive type gate is considered to be an arithmetic logic element because it can be used to perform binary addition or comparison
Exclusive gates take two forms: EXCLUSIVE-OR (XOR) and EXCLUSIVE-NOR (XNOR)
The schematic symbol for each gate type is shown in Figure 2-1
Figure 2-1 EXCLUSIVE OR/NOR schematic symbols
The double curved lines at the gate inputs differentiate the exclusive function from a conventional OR/NOR function
To generate the XNOR output, invert (apply the complement of) the output of the XOR gate
Figure 2-2 shows the operation, symbolized by , of an XOR gate
The figure shows that a high output (C) is generated when the gate inputs (A and B) are complements of each other (not equal to one another) Expressed in Boolean form, 𝐶 = 𝐴̅𝐵 + 𝐴𝐵̅
Figure 2-3 shows the operation of an XNOR gate The symbol is used in addition to a bubble (inversion or complement function) at the gate symbol
The diagram illustrates that a high output (C) is produced when the gate inputs (A and B) are equal, whether both are high or low In Boolean terms, this relationship can be represented as C = AB + AB.
Table 2-1 provides the truth tables for each type of gate operation
Table 2-1 Truth tables for XOR and XNOR functions
The table illustrates that an XOR circuit identifies unequal input conditions, while an XNOR circuit recognizes equal input conditions By combining two XOR gates, it is possible to produce both XOR and XNOR output signals, as depicted in Figure 2-4.
The second XOR gate in the circuit functions as an XNOR gate due to the influence of the pull-up resistor The operation of the entire circuit is detailed in the table presented in Figure 2-4.
NOTE: The circuit in Figure 2-4 shows the actual electrical connection of the XNOR gate on your circuit board
Figure 2-4 Using XOR gates to complement.
EXCLUSIVE-OR (-NOR) Gate Functions
When you have completed this exercise, you will be able to determine the operation of an EXCLUSIVE-
OR and an EXCLUSIVE-NOR logic gate You will verify your results by generating truth tables for each function
Figure 2-5 shows the pin-out configuration for the 74LS136 IC used in this unit
Pins 14 and 7 supply power to the IC The IC has four separate two-input XOR gates, labeled A through
The 74LS136 IC features a unique design where each gate provides a single output, allowing inputs to be interconnected and outputs to connect to other outputs, unlike the 74LS00 and 74LS02 As an open collector type IC, the LS136 requires pull-up resistors for its output terminals, which are essential for providing necessary power This configuration is illustrated in Figure 3-6, demonstrating the typical pull-up setup In Figure 2-6(a), a 10 kΩ resistor pulls the gate output up to Vcc, while Figure 2-6(b) shows the internal gate structure, highlighting the output transistor as the gate's output terminal Although pull-up resistors are included for each output terminal on the circuit board, not all are labeled on the silk-screen.
Figure 2-6 Open collector pull-up
1 Locate the XOR/XNOR circuit block, and connect the circuit shown in Figure 2-7 Activate BLOCK SELECT Place both toggle switches in the DOWN (low) position
2 What are the logic levels at the XOR gate inputs?
3 What are the logic levels at the XNOR gate inputs?
4 Based on the input levels of each gate, what should the output levels be?
5 Determine the gate output levels Do your readings agree with the answer in step 4?
6 Use the toggle switches in conjunction with your circuit to complete truth Table 2-2
Table 2-2 Truth table for XOR and XNOR logic gates
7 Based on Table 2-2, which gate is used to detect for inequality when a low output indication is required?
8 Based on Table 2-2, which gate is used to detect for inequality when a high output indication is
9 Based on Table 2-2, which gate is used to detect for equality when a low output indication is required?
10.Based on Table 2-2, which gate is used to detect for equality when a high output indication is required?
11 Based on your data, how can you determine which exclusive gate to use for a specific application?
12 What is the relationship of the XOR output level with respect to the XNOR output level?
13 Can you use either input of the XOR gate to lock out the other input?
1 Which symbol represents an EXCLUSIVE-OR function? a b + c d x
2 Which schematic symbol represents an EXCLUSIVE-OR gate?
To generate a complement using a two-input XOR gate, one input must be pulled up, but this method may not yield reliable results.
In this exercise, the output terminals of the open collector gate must remain floating, should not be connected directly to Vcc, cannot be linked to other outputs, and generally require a pull-up resistor for proper functionality.
In the circuit illustrated in Figure 2-8, the pull-up resistor effectively locks out output D, while outputs C and D serve as complements to each other, maintaining phase alignment Additionally, both outputs facilitate an EXCLUSIVE-OR operation.
Dynamic Response of XOR/ XNOR Logic Gates
Unit 3 - Flip-Flops
By the end of this unit, you will gain the skills to configure and operate various flip-flops using the 74LS00 and 74LS76 TTL integrated circuits on the DIGITAL LOGIC FUNDAMENTALS circuit board.
Flip-flop circuits derive their name from an ability to remain in either a high or low state
FIip-flops are bi-stable which means they remain in one state until switched to the complement of that state
Flip-flops serve multiple functions in electronic circuits, including acting as storage elements, synchronizing circuits, dividers, and system reset components These circuits can be constructed using basic logic gates or integrated circuits (ICs) that contain numerous gates.
There are several types of flip-flop operations available Examples are set/reset flip-flops or RS flip- flops, toggle flip-flops, and D-type flip-flops
A flip-flop is an effective solution for debouncing switches, addressing the mechanical bounce that occurs during the toggle action This "bounce" refers to the rapid make-and-break motions of a switch until it stabilizes in its new position.
Flip-flop circuits generate complementary outputs, designated as Q and Q The Q output, representing the true state, remains low until activated, while the Q output, indicating the false state, is high and transitions to low upon activation.
The output action of a flip-flop circuit is illustrated in Figure 3-1
Figure 3-1 Flip-Flop output action
In the figure, the outputs are complements of each other Both outputs change their state at the same time
The condition of a flip-flop is determined with respect to its true, or Q, output terminal
To set or preset a flip-flop is to put its Q output in a high state
To clear or reset a flip-flop is to put its Q output in a low state
Flip-flop circuits require a clock to initiate an output state change A cross-coupled gate flip-flop circuit is self-clocking (a separate clock input signal is not required)
Figure 3-2 shows the clock waveform symbols used to denote the characteristics of typical flip-flop clock signals
Figure 3-2 Flip-flop clock symbols
Figure 3-2(a), the outputs of the flip-flop change states on the positive of the clock waveform
In Figure 3-2(b), the outputs change states on the negative transition of the clock waveform
In Figure 3-2(c), the outputs of the master-slave flip-flop transition on the negative edge of the clock waveform, illustrating the complete pulse width for the clock This flip-flop design uses the positive edge of the clock to enable the output circuits to read the input states and determine if an output change is necessary, while the negative edge triggers the actual output state change.
Figure 3-3 illustrates the relationship between the input, clock, and output signals of a flip-flop circuit element
Figure 3-3 Flip-flop signal relationships
Flip-flop outputs maintain their state until the input conditions change, at which point the output will shift with the next clock transition If the circuit inputs stay constant, the output states remain unaffected by any clock transitions.
Figure 3-4 illustrates a cross-coupled NAND gate configured to provide a set/reset flip-flop (and switch debounce) action
The gate symbol depicted in the figure, representing an OR gate with inverting inputs, is equivalent to a NAND gate, which is an AND gate with an inverting output Both gate symbols share identical logic functions and truth tables.
Figure 3-4 Set/Reset flip-flop
The circuit comprises four inputs, including one from each switch pole and one from each gate output The gates deliver feedback inputs along with two circuit outputs Vee and ground, which serve as the IC power supply, are typically understood and not explicitly indicated.
This self-clocking circuit ensures that the outputs only change state when the switch is toggled to the opposite position It effectively eliminates switch bounce, preventing it from affecting the gate outputs, and maintains stable output states while the switch transitions between its pole positions.
Figure 3-5 illustrates the circuit symbol of a D-type flip-flop (D-flop) with preset and clear functions
There are four input control signals and two output signals Vcc and ground are understood and are not usually indicated
The PR (preset) input sets Q high when it detects a low state Once Q is set high, it remains high until a new set of input conditions is detected by the circuit
The CLR (clear) input resets Q low when it detects a low state Once Q is reset low, it remains low until a new set of input conditions is detected by the circuit
D (data) and CLK (clock) inputs work in conjunction to determine the output state of the flip-flop The two outputs, Q and Q are complements of each other.
S/R Flip-Flop
Upon completing this exercise, you will gain the ability to identify the operational characteristics of cross-coupled gates used for RS and switch debounce operations, and you will validate your findings by measuring the circuit levels during each operational phase.
Figure 3-6 shows a schematic representation of an OR gate with inverting inputs
Figure 3-6 Inverting-input OR gate
The circuit notation (bubbles at inputs) indicates that the gate output (C) will be high for any low input at
A or B The truth table verifies the gate operation and shows that the symbol of Figure 5-6 is actually a NAND gate
A NAND gate can detect input highs (both inputs must be high to force the output low) or low inputs (either input low forces a high output) Refer to Figure 3-7
Figure 3-7: NAND gate and inverting-input OR gate symbol functions
In practice this type of circuit "shorthand" indicates the logic state (high or low) that is expected to activate the gate
Figure 3-8 shows a flip-flop configured with inverting-input OR (NAND) gates connected in a cross- coupled feedback pattern
Figure 3-8 Gate configured flip-flop
In the given circuit, output C will be activated (high) when either input of gate C is low, while output D will be activated (high) if either input of gate D is low This design guarantees that only one output can be in a high state at any given time.
C and D are complements of each other
Figure 3-9 shows a flip-flop that provides a set/reset and switch debounce function
Figure 3-9 Set/reset flip-flop
With the switch placed in its SET position, Q is high Both inputs of gate B are high (Q feedback and pull-up RB), and the gate B output ( Q ) is low
The Q feedback to gate A keeps the output (Q) high, ensuring that the current output states are preserved as the switch transitions from its SET to RESET position, as illustrated in Figure 3.
During the OPEN/OPEN time of the switch travel, the circuit is locked by the 0 feedback (low input) to gate A
When the switch first contacts the RESET pole, gate B's input drops to low, causing its output (Q) to rise to high Consequently, with both inputs of gate A receiving a high signal (from Q feedback and pull-up resistor RA), the output of gate A (Q) remains low.
With the gate A output (Q) low, feedback to gate B locks the gate B output high The circuit does not change output states until the switch moves back to its SET position
The mechanical action of the switch causes it to physically bounce as the wiper contacts the RESET pole This initial contact changes and locks the circuit states, ensuring that any subsequent bounces at the RESET pole do not affect the circuit outputs.
The cycle begins anew when the switch transitions from the RESET to the SET position, with no observable circuit action occurring until the switch first engages with its SET pole.
1 Locate the SET/RESET FLIP-FLOP circuit block, and connect the circuit shown in Figure 3-10 Place a two-post connector in the S (SET) circuit position
2 With your multimeter, measure the voltages on your circuit at the points indicated by Figure 3-11 Insert the proper high or low circuit states on the figure
3 Based on Figure 3-11, what is the effect of the two-post connector on the output states of the circuit?
4 If the two-post connector were removed from the circuit, what change would occur in the output states of the circuit?
5 Remove the two-post connector from your circuit Monitor the circuit outputs Do your results agree with your answer to step 4?
6 How do you explain the circuit action after removal of the two-post connector?
To ensure circuit stability, repeatedly place the two-post connector in and out of the SET position while monitoring one of the circuit outputs This exercise allows for an assessment of the circuit's response during the set function.
8 Do the repetitive set requests (action of the two-post connector) simulate the circuit response to switch bounce?
9 Can this flip-flop circuit be used to debounce a switch contact?
10 Does the circuit indicate an ability to store its set condition after the SET command is removed (two- post connector removed)?
11 How can the circuit be reset (Q output to low state)?
12 Place the two-post connector in the R (RESET) position, and monitor the circuit output Record the circuit state levels on Figure 3-12
13 What specific action occurred to gate Bin order to flip the state of the circuit?
14 Do the results of steps 12 and 13 agree with your step 11 answer?
15 Remove the two-post connector from your circuit Does the circuit state change? Why or why not?
16 Monitor the circuit output as you place the two-post connector in and out of the RESET position several times Is the circuit responding to repetitive RESET commands?
17 Can the circuit be used to debounce switch action on both set and reset functions?
18 Does the circuit exhibit reset memory?
19 Based on your data, what is the relationship between the circuit outputs?
20 Connect the circuit shown in Figure 3-12 Place both toggle switches in the DOWN position
NOTE: This input condition is invalid It is used only to point out circuit stability
21 Which output is in the correct state to lock out the circuit?
22 Simultaneously place toggle switches A and B in the UP position Does the circuit revert to either a set or a reset state?
23 Move switch B down and then up while monitoring the Q output Then move switch A down and then up Does switch A set the flipflop and switch B reset it?
1 In the set state, the Q output is a low b unknown c high d midway between low and high
2 In the reset state, the Q output is a low b unknown c high d midway between low and high
The SET/RESET FLIP-FLOP circuit effectively debounces a mechanical switch due to its pull-up resistors, which help stabilize the signal Additionally, the outputs of the circuit are in phase, ensuring consistent performance By utilizing a two-post connector in place of the switch, the circuit enhances reliability Furthermore, the low state signal feedback contributes to minimizing signal noise and preventing false triggering.
D Flip-Flop
Unit 4 - JK Flip-Flop
Upon completing this unit, you will gain the ability to identify the functional characteristics of a JK flip-flop circuit on the DIGITAL LOGIC FUNDAMENTALS circuit board, utilizing the 74LS76 JK flip-flop with preset and clear inputs.
JK flip-flops can be configured as RS, D-type, or toggle flip-flops
Toggle flip-flops change their output states in a high-low-high-low pattern One state change occurs for each clock cycle
One state change per clock cycle results in an output frequency equal to half of the clock frequency
JK flip-flops come in master-slave configurations and operate using a square pulse clock waveform that includes both rising and falling edges These standard flip-flops can be found with either positive or negative clock transition circuits.
Figure 4-1 JK flip-flop with preset and clear Inputs
IC power supply voltages (Vcc and ground) are assumed but are not usually shown
In practice, the IC supply lines are bypassed, and the PR and CLR inputs are connected to Vcc through resistive pull-ups
PR and CLR inputs are used to set or reset (respectively) the flip-flop
Data inputs are connected to terminals J and K
Output states change after the negative transition of the clock input
Clocking the flip-flop does not produce output state changes when the input conditions are constant Figure 4-2 shows typical circuit connections for a JK flip-flop
In Figure 4-2(a), the JK flip-flop operation is equivalent to that of the D-type flip-flop you exercised in Unit 5
The NOT gate ensures that inputs J and K are always complements of each other
In Figure 4-2(b) the outputs toggle for each negative transition on the clock input line Q and 𝑄̅ are complements of each other
The configuration in Figure 4-2(c) illustrates the general purpose connections available
Figure 4-3 shows the pin-out diagram of a 74LS76 JK flip-flop
The IC is comprised of two separate flip-flops in one 16-pin dual-in-line package
Figure 4-3 Pin outs for a 74LS76 flip-flop.
Static Operation
To begin, identify and connect the circuit blocks illustrated in Figure 4-4 Ensure that the PR and CLR inputs of the J-K flip-flop remain inactive, and set the toggle switch A/B to the DOWN position Finally, engage the SET function of the SET/RESET flip-flop to complete the setup.
2 Monitor the J-K flip-flop outputs with your multimeter Did the device power up in a set or a reset mode?
NOTE: During the next four steps of this procedure, verify that the circuit outputs are complements of each other
3 What should the effect of activating the PR input be?
4 Complete the PRESET circuit Monitor the flip-flop outputs Is the device set or reset? How can you tell?
5 Generate a CLK pulse from the SET /RESET FLIP-FLOP circuit block Did the JK flip-flop output change? Explain your answer
NOTE: To generate a pulse on the SET/ RESET FLIP-FLOP circuit block, move the two-post connector from the S position
6 Open the PRESET circuit Generate a CLK input Does the output state of the LS76 flip-flop change?
7 Does the overriding PRESET directly control the output state of the flip-flop?
8 How can the PRESET input be used to lock out the effects of the J, K, and CLK inputs?
9 Repeat steps 4 through 6, using the CLEAR input in place of the PRESET input Do your results support the answers given in steps 6 through 8?
10 With respect to the output state of the LS76 flip-flop, what is the difference between the actions ofthe PRESET and CLEAR operation?
11 Activate both overriding inputs of the JK flip-flop What are the output stages of Q and Q-NOT?
12 Remove either the PRESET or the CLEAR two-post connector from your circuit Do the output states observed in step 11 persist?
13 Repeat steps 11 and 12 for whichever overriding input you did not select in step 12 Do the output states change when one overriding input is removed?
NOTE: For the remainder of this procedure, observe the circuit LEDs to determine the logic states of your circuit You may verify the various states with your multimeter
14 Momentarily activate the overriding inputs to set the JK flip-flop Describe the LED indications which support the set state of the flip-flop
Q LED is Q-NOT LED is
To test the behavior of the JK flip-flop, move the two-post connector on the SET/RESET flip-flop circuit block from the S position to the R position without returning it Observe whether the output of the JK flip-flop changes as a result of this action.
16 Move the two-post connector on the SET /RESET FLIP-FLOP circuit block back to the S position Does the JK flip-flop output change? Why or why not?
17 Generate several clock cycles Based on the JK FLIP-FLOP circuit block LEDs, how do you describe the circuit operation?
To clear the JK flip-flop, utilize toggle switches A and 8, along with the clock generation capabilities of the SET/RESET circuit block Additionally, use the LEDs on the JK circuit block to successfully complete Table 4-1.
19 Which operation [(1) through (6)] of the table generate output changes?
20 Why doesn't operation (2) generate an output change?
21 Why doesn't operation (4) generate an output change?
22 Why does operation (6) generate an output change even though inputs J and K did not change between operations (5) and (6)?
23 Based on your observations, which inputs of the LS76 flip-flop are considered to be control inputs?
24 Based on your observations, which inputs of the LS76 flip-flop are considered to be data inputs?
1 The PR and CLR inputs of JK flip-flop are a Vcc and Ground inputs b data inputs c overriding output controls
In its toggle mode of operation, a JK flip-flop complements the output state on a valid clock transition, effectively changing the output with each clock pulse This mode of operation does not set both Q and Q-NOT high, nor does it reset both low Instead, the JK flip-flop in toggle mode alternates between the two states, creating a toggling effect Additionally, the toggle mode of operation typically locks out the effects of the overriding inputs, allowing the JK flip-flop to maintain its toggling behavior regardless of external influences.
3 The Q output of a flip-flop is determined with respect to its a PR input b CLR input c J input d K input
In Figure 4-5, the DATA signal is elevated following the negative clock transition, resulting in the following states: a) the overriding inputs are pulled low, b) Q is low while Q-NOT is high, c) both Q and Q-NOT are high, and d) Q is high with Q-NOT low.
In Figure 4-5, the DATA signal is low following the negative transition of the clock This results in the overriding inputs being pulled low, leading to Q being low while Q-NOT is high Alternatively, there are scenarios where both Q and Q-NOT can be high, or Q is high and Q-NOT is low.
Dynamic Operation
Unit 5 - The MULTIPLEXER and DEMULTIPLEXER
When you have completed this unit, you will be able to locate, operate, and control a multiplexer and demultiplexer circuit
A multiplexer allows the selection of one data source from a group
The output can be connected to any of the input data sources (A through D) by positioning the multiplexer pointer
In Figure 5-1, input data source C is selected This input data passes through the multiplexer pointer to the output Data sources A, B, and D have no effect on the multiplexer output
The 74LS151 multiplexer on your circuit board operates much the same way; however, the pointer movement on the 74LS151 is electrically provided through a register select process
Internal registers allow selection of a specific data input The register are driven by TTL level (high and low) inputs Figure 5-2 illustrates register control of the selection process
Each register is enabled by a select (SEL) line If SELC enables REG C (register C), the C data passes through to the output
On the LS151 multiplexer, the select lines are buffered and decoded to ensure that only one data at a time is selected The decoding process disables all non-selected registers
The selection process involves the output enable control line, which is activated by a TTL level In the LS151, the strobe input functionally disables or enables all data registers at once.
Figure 5-3 illustrates the control process of one multiplexer register
Data A and SELA have no effect on the output if the STRB input is high STRB high disables register
When the STRB signal is low, the register selection is activated, allowing data A to be routed to the output The LS151 multiplexer consists of NOT and AND gates, along with a single NOR gate, as depicted in its equivalent circuit Additionally, Figure 5-4 demonstrates the NOT gates that facilitate the control of register selection.
The NOT gates of Figure 5-4 buffer the register select inputs Six output lines, connected to the internal AND registers, control the selection process
Figure 5-5 illustrates two of the internal AND registers of your multiplexer and the selection control process
Register A is enabled when the register select inputs equal binary 111 (C-B-A) Register B is disabled since A is high and A is low
Register B is enabled when the register select inputs equal binary 110 (C-B-A) Register A is disabled since A is low
Either data input is selected and passed through to the NOR gate The NOR date output is high or low depending on the level of the selected data input
Figure 5-6 illustrate the strobe control over the AND gate registers
Both REG AND gates are enabled if STRB is low; both REG gates are disabled if STRB if high
A multiplexer selects a single data source from multiple options, while a demultiplexer reverses this process by enabling one data source to selectively control individual elements within a group This concept is visually represented in Figure 5-7.
The diagram illustrates how six data lines are efficiently multiplexed into a single line, which is then directed to one of the six output lines at the demultiplexer.
In Figure 5-7, the select control inputs determine which input line passes its data through to the demultiplexer and which output receives that data
An advantage of this circuit configuration is that one line (in place of six lines) transfers all information between input and output
Figure 5-8 illustrates the basic operating principle of the 74LS155 demultiplexer
In Figure 5-8, the strobe (DATA IN) line data can be assigned to any output line, while single-pole switches denote registers activated by register select inputs, ensuring that only one register is enabled at any given time.
The 74LS155 comprises NOT, NOR, and NAND gates Figure 5-9 illustrates the gate control circuit of two internal registers of your demultiplexer
In Figure 5-9(a), REG B is enabled, and the STROBE (data) is passed to the output The NOT gate disables REG A
In Figure 5-9(b) REG A is enabled, and the STROBE (data) is passed to the output The NOT gate enables REGA SELB disables REGB
Figure 5-9 shows one data input used to drive two outputs Each output follows the level of the data input However, the selection process enables only one gate at a time
If the SEL2 input is high, then neither REG gate is enabled and both outputs are high (the STROBE input has no effect on the registers)
MULTIPLEXER
When you have completed this exercise, you will have a working knowledge of a multiplexer You will gain this knowledge by exercising a one-of-eight multiplexer
The 74LS151 data selector/multiplexer is a monolithic integrated circuit (IC) with full on-chip binary decoding On-chip decoding allows the IC to select the desired data source
Figure 5-10 shows the functional block diagram of the LS1 51 used on your circuit board
The multiplexer features eight input data lines, each capable of being either high or low At any given moment, only one of these lines can be selected to be routed to the output.
Figure 5-10 illustrates complementary outputs, indicating that when Y is high, it is low simultaneously The multiplexer outputs activate only when STRB is pulled low, enabling the IC Conversely, if STRB is high, the IC is disabled, resulting in a low output for Y.
If the multiplexer is disabled, the inputs have no effect on the IC outputs
Input data selection is controlled by the binary inputs applied to the data select inputs The three data select lines have a binary range of 000 through 111, or 0 through 710
Figure 5-11 shows the relationship between the data select input lines and the data line selected
The binary input code corresponds to the decimal number assigned to each specific data input line For example, binary select input 011 (310) selects input 3 (data line D3)
When a data input line is selected in a multiplexer, the TTL level at that input is directly mirrored on the output Y line A low input data results in a low output Y, while a high input data leads to a high output Y Notably, the output Y always complements the state of Y.
Figure 5-12 shows the circuit schematic for the select and STRB inputs at your multiplexer
Pull-up resistors play a crucial role in maintaining the correct high TTL level in circuits when two-post connectors are absent It's important to note that these resistors are not depicted in the circuit block silkscreen drawing.
1 Make sure the power supplies are off Insert the DIGITAL CIRCUIT FUNDAMENTALS 2 circuit board into the base unit Turn on the +15 Vdc and -15 Vdc power supplies
2 Place the toggle switch on the PULSE GENERATOR circuit block in the UP position
NOTE: This toggle switch increments your COUNTER circuit
3 Connect the circuit shown by Figure 5-13 Do not activate the BLOCK SELECT function on the circuit block
NOTE: The COUNT or MOD inputs initially reset your counter output MOD sets a modulus of 10
4 Based on your binary select code, which multiplexer data input is selected?
5 Use your multimeter or oscilloscope to measure the Y output level Should the DO input level agree with your measurement?
6 Use your multimeter to scan inputs D1 through D7 of your multiplexer Are any of these inputs reflected at the multiplexer outputs?
7 What is the level at multiplexer output Y ?
8 Monitor output Y of your multiplexer Remove the two-post connector from select input A of your multiplexer
9 Why is output Y of your multiplexer high?
10 Remove the two-post connector from the STRB input of your multiplexer
11 Why is output Y of your multiplexer low?
12 Return the two-post connector to the STRB position on your circuit Verify that input D1 and output
13 Generate one pulse output from the PULSE GENERATOR circuit block
NOTE: Cycle the toggle switch down-up
14 Why is the output of your multiplexer low?
To modify the BCD/Decimal Decoder circuit, first, remove the two-post connector from select input C Then, insert a two-post connector in the BLOCK SELECT position located on the left side of the circuit block.
NOTE: Outputs O through 7 of the decimal decoder are hardwired to inputs O through 7 of your multiplexer
16 Monitor output Y with a multimeter Momentarily reset your COUNTER output (remove then insert the MOD two-post connector)
17 Slowly generate 10 pulse outputs from your PULSE GENERATOR circuit block Observe your meter reading after each toggle switch cycle
NOTE: A specijic output of your decimal decoder, and therefore the respective input of your multiplexer is low when an LED in the decoder block is on
18 Which multiplexer input is passed through to output Y?
NOTE: If you are not sure, repeal steps 16 and 17
19 Does output Y follow the TTL data level at input D5?
20 Do any of the other inputs of the multiplexer force Y low?
NOTE: If you are not sure repeat steps 16 and 17
21 Based on your observations, does your multiplexer select one of eight date sources?
The multiplexer illustrated in Figure 5-14 allows for the selection of simultaneous inputs for both outputs Y and Y However, it is important to note that only one output can be enabled at any given moment by the STRB signal Additionally, the select inputs are designed to process one input at a time, with each output receiving its respective input sequentially.
The select lines illustrated in Figure 5-14 necessitate a 3-bit binary input and can be activated by three decimal inputs ranging from zero to nine Additionally, these lines can also be controlled by a single two-digit hexadecimal number and have the capability to connect directly to the outputs internally.
3 Based on the circuit configuration of Figure 5-14, a both outputs are disabled b input data line D2 is selected c Y is low and Y is high d both outputs are enabled
In the circuit configuration illustrated in Figure 5-14, when the input lines receive a high-low-high data stream, the output patterns for Y and Y are characterized as follows: the Y output exhibits a high-low-high pattern, while the Y output displays a low-high-low pattern.
5 A multiplexer allows a one line to selectively drive a group of lines b one line to be driven by any number of lines c Either of the above d None of the above.
DEMULTIPLEXER
Unit 6 - ASYNCHRONOUS RIPPLE COUNTER
When you have completed this unit, you will have a working knowledge of an asynchronous ripple counter configured from JK flip-flops
A ripple counter is a sequential circuit made up of two or more flip-flops connected in a daisy-chained manner, where the output of one flip-flop serves as the input to the next.
Figure 6-1 Ripple Counter block diagram
The CLOCK signal serves as the initial input in a sequential circuit The output from flip-flop A is directly linked to the input of flip-flop B, while the output from flip-flop B connects to the input of flip-flop C This interconnection facilitates the flow of data between the flip-flops, ensuring synchronized operation within the system.
A ripple counter is also called an asynchronous counter because the circuit outputs do not change simultaneously with a common clock
The asynchronous counter may also be referred to as a serial counter because each flip-flop is triggered one at a time
In Figure 6-1, flip-flop B's output remains stable until it is clocked by flip-flop A's output, while flip-flop C's output only changes when it is clocked by flip-flop B's output.
Ripple counters can be made to count up or down
A JK flip-flop used to construct a ripple counter is configured as a T, or toggle/flip-flop This configuration is illustrated in Figure 6-2
Figure 6-2 Toggle-configured JK flip-flop
In the figure, the J and K inputs are pulled to Vcc- The outputs, Q and Q , are complements of each other Ripple counters may have complementary outputs
Ripple counters can be set or cleared
To initialize the flip-flop, the preset (PR) is briefly pulled low, resulting in the Q output being set to a high state while its complement, Q', is set to a low state.
To clear the flip-flop, CLR (or clear) is momentarily pulled low When the flip-flop is cleared, Q is placed in a low state; Q is placed in a high state
The maximum number of counts of a ripple counter may be controlled by feedback The count control is referred to as the modulus (sometimes abbreviated MOD) of the counter
EXERCISE 6-1: Basic Counter Control Functions
When you have completed this exercise, you will be able to control the function of an asynchronous ripple counter You will verify your results by operating a 4- bit ripple counter
Figure 6-3 illustrates a basic 4-bit ripple counter
Figure 6-3 Basic 4-bit ripple counter
The four output bits, designated as BIT1 to BIT4, begin with BIT1 as the least significant bit (LSB) BIT1 alternates between high and low states with each input CLOCK cycle, effectively dividing the CLOCK input by two Consequently, two CLOCK inputs produce one output cycle at BIT1.
BIT2, the next counter output, does not change its state until clocked by BIT1 BIT1 must complete one cycle before BIT2 changes its state
BIT2 divides the CLOCK input by four Four CLOCK inputs generate one output cycle at BIT2
CLOCK division continues for each successive section of the counter BIT3 divides the CLOCK input by eight BIT4, the most significant BIT (MSB), divides the CLOCK input by sixteen
Each counter section divides its respective input by two However, the relationship between weighted counter outputs and the CLOCK input is on a divide by 2,4,8 and 16 basis
While the circuit in Figure 6-3 is technically accurate, positioning the most significant bit (MSB) on the right side is unconventional In contrast, Figure 6-4 illustrates the standard layout for ripple counters, where the least significant bit (LSB) is placed on the right.
Figure 6-4 Typical ripple counter illustration
The four output BITs of the ripple counter form a nibble, or half of an 8-BIT binary word The nibble can be converted to a decimal or hexadecimal equivalent
Table 6-1 Nibble, decimal, and hexadecimal relationship
BIT 4 BIT 3 BIT 2 BIT 1 DECIMAL HEX
Figure 6-5 highlights the training functions of your circuit BLOCK SELECT powers the circuit
You will pulse the CLOCK input to control the counting sequence of the ripple counter
SET and CLEAR inputs are used to determine the initial counter state
MOD (modulus) input is used to enable the maximum countfunction of your counter
The circuit LEDs provide a visual count indication: U for up-count and D for down-count The outputs from each counter section are complementary
This complementation provides the simultaneous up/down-count capability
In your circuit block, the ripple counter is positioned vertically, with the top JK flip-flop producing the most significant bit (MSB) and the lower JK flip-flop generating the least significant bit (LSB) of the counter.
1 Make sure the power supplies are off Insert the DIGITAL CIRCUIT FUNDAMENTALS 1 circuit board into the base unit Turn on the +15Vdc and -15Vdc power supplies
2 Locate the ASYNCHRONOUS RIPPLE COUNTER circuit block, and connect the circuit shown in Figure 6-6 Place the toggle switch on the PULSE GENERATOR circuit block in its UP position
3 Activate the BLOCK SELECT function with a two-post connector Can you predict the initial count of the counter when power is first applied?
4 How can you reset your ripple counter?
5 Reset your ripple counter What are the states of the UP and DOWN LEDs?
6 To clock your counter toggle the switch on the PULSE GENERATOR circuit blocif Because the LS76 is a negative-triggered device, the downward action of the switch will not clock the counter The switch action must be down, then up, to complete a count
7 Reset the counter, and generate five clock cycles with the pulse generator switch
NOTE: This requires five down-up movements of the switch
8 Based on the UP LEDs, what Is the count output in binary, decimal, and hex?
9 Based on the DOWN LEDs, what is the count output In binary, decimal, and hex?
10 Do your results in steps 8 and 9 indicate that the ripple counter generates two different counts for a given number of CLOCK inputs?
11 Do all outputs of your counter change together?
NOTE: Repeat steps 5, 6, and 7 if you are not certain of your answer
12 If YQur counter is preset, what LED patterns should you expect to see?
13 Preset your ripple counter Initiate one CLOCK cycle What is the count sequence of your ripple counter?
14.Basedon your answer to step 12,can you determine the maximum count indication of your ripple counter?
15 Based on your data, what is the count indicating range of a 4-BIT ripple counter?
1 The counter you used in this exercise is a a binary counter b a ripple counter c an asynchronous counter d All of the above
2 The ripple counter Q outputs count a up b down c up and down d All of the above
3 A five-stage ripple counter provides a frequency or count division of a 32 b 16 c 8 d None of the above
4 With a ripple counter each stage divides its input frequency by a 4 b 2 c 10 d 16
5 With respect to the UP indicators of your ripple counter, the CLEAR and SET (preset) functions a generate 1111 and 0000, respectively b have no effect since one function cancels the other c generate 0000 and 1111, respectively d generate 0101 and 1010, respectively
Upon completing this unit, you will gain the ability to interpret the output waveforms of a ripple counter, and you will confirm your findings by examining the waveforms displayed on your oscilloscope.
A 4-BIT ripple counter produces four output waveforms, one for each section of the counter
If the counter has complementary outputs, then four additional waveforms are produced The ripple counter on your circuit board has complementary outputs and, therefore, produces eight output waveforms
To observe signal waveforms effectively, utilize the BIT4 output of the circuit as an oscilloscope trigger, establishing a reference time frame This method of observation typically reveals a distinct waveform pattern, as demonstrated in Figure 6-7.
Figure 6-7 Typical ripple counter waveforms
In a ripple counter, each output waveform transitions at the negative edge of the previous waveform, which is due to the configuration of its individual stages using negative edge-triggered JK flip-flops.
One complete cycle of BIT1 necessitates two full CLOCK periods, meaning that the period and frequency are inversely related Consequently, when the period is doubled, the frequency is halved As a result, the BIT1 output effectively divides the CLOCK input frequency by two.
BIT2 reduces the CLOCK input frequency by a factor of four, while BIT3 further divides it by eight The most significant bit, BIT4, decreases the CLOCK input frequency by sixteen.
Table 6-2 shows the relationship between clock frequency, period, and clock division factors for your ripple counter (CLOCK input exactly equal to 50 kHz)
FREQUENCY (kHz) PERIOD (às) CLOCK DIVISION FACTOR
A specific complementary output, BIT3, for example, will be 180 degrees out of phase with the true BIT3 output This phase difference can be observed on your oscilloscope
At a clock frequency of 50 kHz, the counting sequence on the circuit's LEDs becomes indistinguishable, causing them to appear lit simultaneously To disable the LED, simply remove the BLOCK SELECT from your circuit.
All other circuit control functions (CLEAR, SET, and MOD) remain active and are not affected by a free- running CLOCK input
Ripple Counter Waveforms
Unit 7 - 4-BIT COMPARATOR
At the completion of this unit, you will have a working knowledge of a 4-BIT comparator
The 74LS85 integrated circuit (IC) is a 4-BIT magnitude comparator that belongs to the MSI category It effectively compares two 4-BIT words and provides fully decoded decision outputs at three of its IC outputs.
There are three output terminals The individual outputs reflect the results of a comparison between the A-BITs and B-BITs of each input word
Two 4-BIT words comprise the input of the comparator The A-word (A0 through A3) is labeled A through
D on the circuit block The B-word {B0 through B3} is labeled QA through QD on the circuit block
The SELECT INPUTS in the comparator program dictate the output states of the IC, indicating whether the conditions between A-words and B-words, or BITs, are high or low.
In Figure 7-1, the connections between any one comparator output and the modulus (MOD) point allow a specific feedback to the SYNCHRONOUS COUNTER circuit block
LEDs are used on your circuit block to show the status of each output
The fundamental operation of the comparator is illustrated in Figure 7-2
The process involves comparing individual bits of each word at each stage, starting with the least significant bit (LSB) where A0 and B0 are analyzed The outcomes of these comparisons are then forwarded to the DECODING stage, where all outputs from the previous stages are integrated, and the final results are displayed on the comparator output terminals.
Information between stages flows over an internal pipeline This data is not available the IC terminals
The LS85 comparator leverages its internal connections to compare individual BIT pairs, enabling it to provide insights between words independently of their BIT structure.
In Figure 7-2, the least significant bit (LSB) input is represented by A0/B0, while the most significant bit (MSB) is represented by A3/B3 According to the straight binary 8-4-2-1 coding system, the MSB holds a weight of 8 (2^3), whereas the LSB has a weight of 1 (2^0).
Figure 7-3 shows that the LS85 comparator has a set of greater than (>), equal to {=), and less than ( B, A = B, and A < B of the most significant bit (MSB) stage.
The LS85 on your circuit board performs a BIT-by-BIT comparison of two 4-BIT words, focusing on the A-word When the value of A exceeds that of B, the A > B output is triggered, indicating the comparison result.
If A is less in value than B, then A B or A < B)
Table 7-1 provides examples of comparisons between various words and the result
Figure 7-5 illustrates the bit relationship for a typical comparison
In the figure, A>B in the LSB and BIT2 positions, AB b A=B c A