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

Digital Hardware Design

What is Design for Debug (DFD)

Posted on March 7, 2023June 19, 2025 By vlsifacts No Comments on What is Design for Debug (DFD)

Post-silicon debug (or post-silicon validation) is one of the important phase of the system design cycle. This is performed to capture the escaped design bugs from the pre-silicon verification phase. The major challenge associated with the post-silicon debug is the very limited observability and controllability inside the chip during the debug. Therefore, a few supporting…

Read More “What is Design for Debug (DFD)” »

Digital Electronics, Verification

What are Observability and Controllability

Posted on March 6, 2023June 19, 2025 By vlsifacts No Comments on What are Observability and Controllability

Observability and Controllability are the terms that are frequently used for system validation. To validate a design, you must zero down all the existing functional bugs. Now, how to remove a bug from your design? For this, you need to know the reason and the location of the bug (or fault). This means you should…

Read More “What are Observability and Controllability” »

Digital Electronics

Decimal to Binary Conversion for Fractional Number

Posted on March 6, 2023June 19, 2025 By vlsifacts No Comments on Decimal to Binary Conversion for Fractional Number

In a recent article, we have seen how to convert any number system from decimal. However, there, we have only considered the whole numbers. In this article, we considered the decimal to binary conversion for the fractional number. Technique Example 6.2510 = ?2 Here, the whole number part = 6 The fractional part = 0.25…

Read More “Decimal to Binary Conversion for Fractional Number” »

Digital Electronics

Binary to Decimal Conversion for Fractional Number

Posted on March 6, 2023June 19, 2025 By vlsifacts No Comments on Binary to Decimal Conversion for Fractional Number

In an earlier post, we have seen that how to convert any number system to decimal number system. However, that article presents the conversions only for the whole numbers. In this article, we will consider the fractional number system conversion. The following technique is used to convert any binary fractional number to its equivalent decimal…

Read More “Binary to Decimal Conversion for Fractional Number” »

Digital Electronics

Octal to Hexadecimal Conversion and Vice Versa

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Octal to Hexadecimal Conversion and Vice Versa

In this post, we will be learning how to convert octal to hexadecimal and hexadecimal to octal numbers. Following is the technique for these conversions. Technique Octal to Hexadecimal Conversion 10768 = ?16 Hexadecimal to Octal Conversion 1F0C16 = ?8 For a detailed explanation, watch the following lecture video. Previous           Table…

Read More “Octal to Hexadecimal Conversion and Vice Versa” »

Digital Electronics

What are the Difference Between System-on-Chip (SoC) and Test Chip

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on What are the Difference Between System-on-Chip (SoC) and Test Chip

Integrated circuits (ICs) have revolutionized the world of electronics by enabling the creation of highly complex and compact devices. Two common types of ICs are system-on-chip (SoC) and test chip. While both types of ICs have a similar design, their purpose and applications are vastly different. System-on-Chip (SoC) A System-on-Chip (SoC) is a type of…

Read More “What are the Difference Between System-on-Chip (SoC) and Test Chip” »

Digital Electronics, SoC

Binary to Octal & Binary to Hexadecimal Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Binary to Octal & Binary to Hexadecimal Conversion

We have already seen octal to binary and hexadecimal to binary conversion in an earlier article. In this post, we will be learning how to convert binary to octal and binary to hexadecimal numbers. Following is the technique for these conversions. Technique Binary to Octal Conversion Example: 10110101112 = ?8 Binary to Hexadecimal Conversion Example:…

Read More “Binary to Octal & Binary to Hexadecimal Conversion” »

Digital Electronics

Octal to Binary & Hexadecimal to Binary Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Octal to Binary & Hexadecimal to Binary Conversion

Octal to binary and hexadecimal to binary conversions are important concepts with regard to digital electronics and digital computers. Following is the technique for these conversions. Technique Octal to Binary Conversion Example: 7058 = ?2 Hexadecimal to Binary Conversion Example: 10AF16 = ?2 For a detailed explanation, watch the following lecture video. Previous     …

Read More “Octal to Binary & Hexadecimal to Binary Conversion” »

Digital Electronics

Decimal to Any Number System Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Decimal to Any Number System Conversion

The following technique is used to convert a decimal number to any number system. Technique Decimal to Binary Conversion Example: 12510 = ?2 Decimal to Octal & Decimal to Hexadecimal Conversion Example: 123410 = ?8 Example: 123410 = ?16 For a detailed explanation, watch the following lecture video. Previous           Table of…

Read More “Decimal to Any Number System Conversion” »

Digital Electronics

Any Number System to Decimal Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Any Number System to Decimal Conversion

The following technique is used to convert any number system to its equivalent decimal number. Technique Examples 1010112 = 1×25 + 0x24 + 1×23 + 0x22 + 1×21 + 1×20 = 32 + 0 + 8 + 0 + 2 + 1 = 4310 7248 = 7×82 + 2×81 + 4×80 = 7×64 + 2×8…

Read More “Any Number System to Decimal Conversion” »

Digital Electronics

Posts pagination

Previous 1 … 6 7 8 … 12 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
  • Difference between $display, $monitor, $write and $strobe in Verilog

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme