Introduction What are the Practical Aspects of Digital Circuit Design? The practical aspects of digital circuit design describe how transistors are embedded in silicon and matters related to their operations. Additionally, it concerns the reliability of logic circuits as well Read More …
Category: Digital Logic Design
What are the Techniques for Testing Digital Circuits?
Testing of Digital Circuits What are the Techniques for Testing Digital Circuits? In digital circuits, the testing of a combinational circuits are effective. for this we use different techniques like “deterministic” or “a random test set”. These are the approaches Read More …
How to Design an Even Parity or an Odd Parity Generator and Detector Circuit?
Parity Generator Circuit How to Design an Even Parity or an Odd Parity Generator and Detector Circuit? A parity bit is used for error detection and correction in the communication and digital systems. So parity bit plays an important role Read More …
How to Simplify a Boolean Function Using Karnaugh Map (k-map)?
How to Simplify a Boolean Function Using Karnaugh Map (k-map)? How to simplify a Boolean function using Karnaugh map (k-map)? Truth table representation of a function is always a unique expression. The complexity of a digital circuit can be reduced Read More …
How to Perform BCD to Gray Code Conversion?
Introduction to BCD Numbers How to Perform BCD to Gray Code Conversion? BCD stands for binary coded decimals which means we have assigned binary codes to the decimal numbers. The range of BCD numbers is from 0 to 9. That’s Read More …
What is the Boolean Algebra? How it Simplifies the Boolean Functions?
Introduction to Boolean Algebra What is the Boolean Algebra? Boolean Algebra is almost similar to the ordinary algebra which includes certain number of elements, set of operations and then some unapproved axioms, postulates or theorems. Another name of the Boolean Read More …
How to Design a Four bit Adder-Subtractor Circuit?
What are the Gate Delays? Method to Reduce the Gate Delay?
What are the gate delays? What are the gate delays? In electronics, digital circuits and digital electronics, a term named ‘the Propagation delay, or Gate delay’ is used. “Real gates don’t switch instantaneously. There is a latency between when the Read More …
How to Use the CAD Tools to Implement Circuits in CPLDs?
Introduction How to Use the CAD Tools to Implement Circuits in CPLDs? The simplest way of describing a Complex Programmable Logic Device (CPLD) is to say that a CPLD consists of multiple SPLD-like blocks on a single chip. This statement Read More …
Explain the FSM as an Arbiter Circuit in Details?
Introduction to Arbiter Explain the FSM as an Arbiter Circuit in Details? The purpose of machine is to control access by many devices to a shared resources in a given system. Only one device can use the source at a Read More …