In Example 9.22 we merged states D and H to implement the FSM in Figure 9.82. An
Question:
In Example 9.22 we merged states D and H to implement the FSM in Figure 9.82. An alternative was to merge states B and H, according to the merger diagram in Figure 9.83. Derive an implementation using this choice. Derive the resulting excitation table.
Example 9.22
Problem: Consider the flow table in Figure 9.81. Reduce this flow table and find a state assignment that allows this FSM to be realized as simply as possible, preserving the Moore model. Derive an excitation table.Solution: Using the partioning procedure on the flow table in Figure 9.81 givesP1 = (ACEFG)(BDH)P2 = (AG)(B)(C)(D)(E)(F)(H)P3 = P2Combining A and G produces the flow table in Figure 9.82. Amerger diagram for this table is shown in Figure 9.83. Merging the states (A, E), (C, F), and (D,H) leads to the reduced flow table in Figure 9.84. To find a good state assignment, we relabel this flow table as indicated in Figure 9.85, and construct the transition diagram in Figure 9.86a. The only problem in this diagram is the transition from state D to state A, labeled as 1. Achange from D to A can be made via state C if we specify so in the flow table. Then, a direct transition from D to A is not needed, as depicted in Figure 9.86b. The resulting flow table and the corresponding excitation table are shown in Figure 9.87.
Step by Step Answer:
Fundamentals Of Digital Logic With Verilog Design
ISBN: 9780073380544
3rd Edition
Authors: Stephen Brown, Zvonko Vranesic