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

Tag: Counter

Intermediate Verilog Questions for Designers (Part – 2) : Strengthen Your Coding and Design Skills

Posted on July 4, 2025July 7, 2025 By vlsifacts No Comments on Intermediate Verilog Questions for Designers (Part – 2) : Strengthen Your Coding and Design Skills

1. What is the difference between synthesis and simulation? 2. How to prevent race conditions in simulations? 3. Difference between ifdef and ifndef? Example of ifdef: Example of ifndef: ifdef and ifndef directives help control conditional compilation, enabling flexible and reusable code for different environments such as simulation, synthesis, debugging, or different target platforms. 4. What is…

Read More “Intermediate Verilog Questions for Designers (Part – 2) : Strengthen Your Coding and Design Skills” »

Question Bank, Verilog

Intermediate Verilog Questions for Designers (Part – 1) : Strengthen Your Coding and Design Skills

Posted on June 27, 2025July 2, 2025 By vlsifacts No Comments on Intermediate Verilog Questions for Designers (Part – 1) : Strengthen Your Coding and Design Skills

1. Model a tri-state buffer in Verilog. 2. Implement a 2-to-1 multiplexer in Verilog using a continuous assignment. 3. Model a combinational circuit using case? 4. How do you model a flip-flop in Verilog? A flip-flop is edge sensitive. The following code represents a positive-edge-triggered D flip-flop that stores the value of d at each rising clock edge. 5. How…

Read More “Intermediate Verilog Questions for Designers (Part – 1) : Strengthen Your Coding and Design Skills” »

Question Bank, 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 Combinational and Sequential logic circuits.

Posted on October 27, 2015June 16, 2025 By Dewansh 24 Comments on Difference between Combinational and Sequential logic circuits.

Combinational and Sequential circuits are the most essential concepts to be understood in digital electronics. Sequential logic is a type of logic circuit whose output depends not only on the present value of its input signals but on the sequence of past inputs. Combinational Logic Circuits Sequential Logic Circuits Output is a function of the…

Read More “Difference between Combinational and Sequential logic circuits.” »

Digital Electronics

Top Posts & Pages

  • ASCII Code
  • AND and OR gate using CMOS Technology
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • NAND and NOR gate using CMOS Technology
  • Texas Instruments Question Bank Part-1

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter