Fundamentals of Digital Logic with Verilog Design | 3rd Edition Solutins Chapter 6 (step by step)

Chapter 6

  • Abstract:Mainly involves flip-flop related design and application, the concept of state and the design of flip-flop circuit, clock (CLK) control, synchronous sequential logic circuit design, A large number of verilog design codes and circuit implementations.
  • Key points:Logical abstraction, how to build a state table and simplify it, how to select the type of circuit components according to the state table, how to obtain the secondary state equation, excitation equation and output equation, how to draw Output the circuit diagram.
  • Answer correction: 6-5: There is one missing case coded as (11); 6-6: If C enters 1, the status remains (111) and does not change.

  • Chapter 6, Problem 1P
    • Chapter 6, Problem 2P

    • Chapter 6, Problem 3P

    • Chapter 6, Problem 4P

Guess you like

Origin blog.csdn.net/weixin_62651190/article/details/127665739