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: Verilog

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

Posted on June 27, 2025June 30, 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

Basic Verilog Questions for Beginners (Part – 3) : Build Your Foundations

Posted on June 25, 2025June 25, 2025 By vlsifacts No Comments on Basic Verilog Questions for Beginners (Part – 3) : Build Your Foundations

1. Explain the concept of sensitivity lists in Verilog. A sensitivity list specifies the signals that trigger the execution of an always block when they change. Example: Here, the block executes whenever a or b changes. 2. What is the purpose of generate statements in Verilog? The generate statement is used to dynamically create repetitive hardware structures or conditional instantiations during elaboration. Example: 3. Discuss…

Read More “Basic Verilog Questions for Beginners (Part – 3) : Build Your Foundations” »

Question Bank, Verilog

Basic Verilog Questions for Beginners (Part – 2) : Build Your Foundations

Posted on June 24, 2025June 25, 2025 By vlsifacts No Comments on Basic Verilog Questions for Beginners (Part – 2) : Build Your Foundations

1. Explain the difference between blocking and non-blocking assignments. Example: 2. What is the difference between posedge and negedge? Example: 3. What is the purpose of the assign statement? The assign statement is used for continuous assignments in combinational logic. It is used to drive values to wire data types. Example: 4. How do you declare a parameter in Verilog? A parameter is…

Read More “Basic Verilog Questions for Beginners (Part – 2) : Build Your Foundations” »

Question Bank, Verilog

Basic Verilog Questions for Beginners (Part – 1) : Build Your Foundations

Posted on June 24, 2025June 25, 2025 By vlsifacts No Comments on Basic Verilog Questions for Beginners (Part – 1) : Build Your Foundations

1. What is Verilog and why is it used in VLSI design? Verilog is a Hardware Description Language (HDL) widely used to design and model digital electronic systems. It helps in writing structured, reusable code to describe how a circuit should function. Verilog is crucial in VLSI design because it supports simulation, verification, and hardware…

Read More “Basic Verilog Questions for Beginners (Part – 1) : Build Your Foundations” »

Question Bank, Verilog

Is an “initial” Block Synthesizable in Verilog?

Posted on June 20, 2025June 20, 2025 By vlsifacts No Comments on Is an “initial” Block Synthesizable in Verilog?

When working with Verilog for digital design, one common question that arises is whether the initial block is synthesizable. The short answer is generally no. initial blocks are primarily meant for simulation and testbench purposes, not for actual hardware synthesis. What is an initial Block? The initial block in Verilog is used to set initial values for signals or variables at the very…

Read More “Is an “initial” Block Synthesizable in Verilog?” »

Verilog

Synthesis and Functioning of Blocking and Non-Blocking Assignments.

Posted on March 20, 2016June 17, 2025 By Priyadarshi No Comments on Synthesis and Functioning of Blocking and Non-Blocking Assignments.

Here are some examples on blocking and non-blocking assignments in Verilog, that can be really useful for the budding design Engineers. First let us discuss the features of these assignments. The following example illustrates the Blocking Assignment Wave forms for the above exampleThe following example illustrates the Non-Blocking Assignment Wave forms for the above example…

Read More “Synthesis and Functioning of Blocking and Non-Blocking Assignments.” »

DHD, Digital Electronics, Uncategorized, Verilog, VLSI Circuits, Xilinx

Ports in Verilog Module

Posted on February 23, 2016June 17, 2025 By vlsifacts No Comments on Ports in Verilog Module

Port_list is an important component of verilog module. Ports provide a means for a module to communicate with the external world through input and output. Every port in the port list must be declared as input, output or inout. All ports declared as one of the above is assumed to be a wire by default,…

Read More “Ports in Verilog Module” »

Verilog

Module Definition in Verilog

Posted on February 21, 2016June 17, 2025 By vlsifacts 2 Comments on Module Definition in Verilog

A “module” is the basic building block in Verilog. A module can be an element or a collection of lower-level design blocks. A module provides the necessary functionality to the higher-level block through its port interface (inputs and outputs), but hides the internal implementation. Module interface refers, how module communicates with external world. This communication…

Read More “Module Definition in Verilog” »

Verilog

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

Training Experience – Mentor Graphics Higher Education Program

Posted on November 12, 2015June 16, 2025 By Dewansh No Comments on Training Experience – Mentor Graphics Higher Education Program

Hello Everyone! This is my training experience, I had at Mentor Graphics, Noida (Higher Education Program) which is conducted annually for pre-final year B.Tech and M.Tech students. It is a two month training program that starts in June and lasts till the last week of July. The main aim of the training is “Verification of…

Read More “Training Experience – Mentor Graphics Higher Education Program” »

Interview, Training Experience

Posts pagination

1 2 Next

Top Posts & Pages

  • ASCII Code
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • NAND and NOR gate using CMOS Technology
  • AND and OR gate using CMOS Technology
  • Synthesis Constructs in Verilog: A Comprehensive Guide for Designers

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter