Skip to content

VLSIFacts

Let's Program the Transistors

  • Home
  • DHD
    • Digital Electronics
    • Fault Tolerant System Design
    • TLM
    • Verification
    • Verilog
    • VHDL
    • Xilinx
  • Embedded System
    • 8085 uP
    • 8086 uP
    • 8051 uC
  • VLSI Technology
    • Analog Electronics
    • Memory Devices
    • VLSI Circuits
  • Interview
    • Interview Experience
    • Training Experience
    • Question Bank
  • Notifications
  • QUIZ
  • Community
  • Job Board
  • Contact Us

Category: Digital Electronics

Circuit Design of a Sequence Detector

Posted on February 4, 2016June 17, 2025 By vlsifacts 3 Comments on Circuit Design of a Sequence Detector

This post illustrates the circuit design of Sequence Detector for the pattern “1101”. State Machine diagram for the same Sequence Detector has been shown below. Click here to realize how we reach to the following state transition diagram. Click here to learn the step by step procedure of “How to synthesize a state machine / How…

Read More “Circuit Design of a Sequence Detector” »

DHD, Digital Electronics

State Machine Diagram for Pattern Recognition / Sequence Detector

Posted on February 4, 2016June 17, 2025 By vlsifacts No Comments on State Machine Diagram for Pattern Recognition / Sequence Detector

Sequence Detector is a digital system which can detect/recognize a specified pattern from a stream of input bits. Let’s say the Sequence Detector is designed to recognize a pattern “1101”. Consider input “X” is a stream of binary bits. When the Sequence Detectors finds consecutive 4 bits of input bit stream as “1101”, then the…

Read More “State Machine Diagram for Pattern Recognition / Sequence Detector” »

DHD, Digital Electronics

State Machine Synthesis

Posted on February 3, 2016June 17, 2025 By vlsifacts No Comments on State Machine Synthesis

State machine synthesis is a process of of boiling down a state machine to a digital logic circuit. Steps in State Machine Synthesis Let’s achieve the state machine realization of the following state diagram Let’s assume that we have completed the first two steps mentioned above and achieved a minimized Mealy state machine as shown…

Read More “State Machine Synthesis” »

DHD, Digital Electronics

Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops

Posted on February 2, 2016June 17, 2025 By vlsifacts 12 Comments on Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops

Flipflops to be considered are: SR Flipflop S R Q(t+1) 0 0 Q(t) 0 1 0 1 0 1 1 1 Invalid inputs Characteristic Equation Q(t+1) = R'(t)Q(t) + S(t) ; S(t)R(t) = 0 Excitation Table Q(t) Q(t+1) S R 0 0 0 x 0 1 1 0 1 0 0 1 1 1 x…

Read More “Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops” »

DHD, Digital Electronics

Mealy to Moore and Moore to Mealy Transformation

Posted on February 2, 2016May 18, 2025 By vlsifacts 12 Comments on Mealy to Moore and Moore to Mealy Transformation

Sequential machines can be designed in two different ways: (i) Mealy Machine & (ii) Moore Machine Considering Mealy or Moore for the designing of sequential machine, it’s actually difficult to draw a hard line where one machine is always better than the other. Depending on the application requirement one may dominate the other. It is…

Read More “Mealy to Moore and Moore to Mealy Transformation” »

DHD, Digital Electronics

Mealy Vs. Moore Machine

Posted on February 1, 2016June 17, 2025 By vlsifacts 6 Comments on Mealy Vs. Moore Machine

Design of sequential circuit can be composed of designing combinational circuit and state register. Sequential circuits are implemented in two different ways: We can represent a sequential machine as M = <I,O,S,f,g>; where I: Input setO: Output setS: State spacef: A function mapping IxS = Og: A function mapping IxS = S Let’s understand both…

Read More “Mealy Vs. Moore Machine” »

DHD, Digital Electronics

Synopsys – Interview Questions – based on Synthesis and Simulation

Posted on January 19, 2016June 16, 2025 By Priyadarshi No Comments on Synopsys – Interview Questions – based on Synthesis and Simulation

This post contains some very interesting interview questions asked by Synopsys the EDA giant in its interview. The questions are based on Verilog Synthesis and Simulation. Though I have included the answers; I would encourage the reader to experiment himself or herself and then discuss these in the forum. 1. How a latch gets inferred…

Read More “Synopsys – Interview Questions – based on Synthesis and Simulation” »

DHD, Digital Electronics, Interview, Interview Experience, Verilog

Case and Conditional Statements Synthesis CAUTION !!!

Posted on November 12, 2015June 16, 2025 By Priyadarshi 5 Comments on Case and Conditional Statements Synthesis CAUTION !!!

Case and Conditional Statements are available in both VHDL and Verilog. These are considered as significant features of behavioral modelling, be it in VHDL or Verilog. Behavioral modelling provides high level abstraction so that the circuit can be designed by programming its functionality. Let’s say, we have to design a circuit that selects a particular…

Read More “Case and Conditional Statements Synthesis CAUTION !!!” »

DHD, Digital Electronics, Verilog

Circuit Design of a 4-bit Binary Counter Using D Flip-flops

Posted on November 5, 2015June 16, 2025 By vlsifacts 22 Comments on Circuit Design of a 4-bit Binary Counter Using D Flip-flops

Problem Statement: Design a circuit for an edge triggered 4-bit binary up counter (0000 to 1111). When it reaches “1111”, it should revert back to “0000” after the next edge. Use positive edge triggered D flip-flop (shown in the below figure) to design the circuit. Pin Input / Output Description D Input Data Input CLK…

Read More “Circuit Design of a 4-bit Binary Counter Using D Flip-flops” »

Digital Electronics

Difference between Latch and Flip-Flop

Posted on November 4, 2015June 16, 2025 By Gautam 6 Comments on Difference between Latch and Flip-Flop

Flip-Flop (FF) and Latch are digital electronic circuits that are used to store information in bits as they have two stable states. One FF or latch can store 1 bit of information. FF is a circuit that can be made to change its state by applying signals to one or more control inputs and will have…

Read More “Difference between Latch and Flip-Flop” »

Digital Electronics

Posts pagination

Previous 1 … 7 8 9 Next

Top Posts & Pages

  • ASCII Code
  • Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops
  • AND and OR gate using CMOS Technology
  • NAND and NOR gate using CMOS Technology
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter