Skip to content

Category Archives: Digital Logic

Functional Hazards occur when more than one input variable is manipulated at a time. They are non-solvable hazards and is impossible to eliminate them using… Read More
Prerequisite: What is Z-transform?  A z-Transform is important for analyzing discrete signals and systems. In this article, we will see the properties of z-Transforms. These… Read More
Analog-to-Digital Converters (ADC) are typically used in all modern-day systems. The main job of the ADC is to convert the analog signal to a digital… Read More
Image formation is an analog to digital conversion of an image with the help of 2D Sampling and Quantization techniques that is done by the… Read More
Boolean function simplification is one of the basics of Digital Electronics. The quine-McCluskey method also called the tabulation method is a very useful and convenient… Read More
The task is to copy the data from some source block to some destination block given that the destination block has an overlapping memory address… Read More
For computers, it is as difficult to understand words and numbers as humans can, computers need a specific language to understand it. To make the… Read More
The digital electronic circuit is a kind of circuit that only processes signal with two states: either zero or one. Transistors in a circuit are… Read More
In Digital System Circuit, an Encoder is a combinational circuit that takes 2n  input signal lines and encodes them into n output signal lines. When… Read More
To proceed with Verilog Code, we shall first understand the structure of the 4-bit Ripple Counter. The top design block consists of four T-Flip Flop.… Read More
In this article, we will implement the 2:4 Decoder using all levels of abstraction in Verilog HDL with a step-by-step procedure. Before proceeding to code… Read More
When the output changes more than once as a consequence of a single change in its input, which is referred to as “dynamic risk.” The… Read More
FPGA, which stands for field-programmable gate array, can be used to solve any computable issue. It is an integrated circuit that may be customized after… Read More
In the field of computer science and electronics, there are some methods, which are used to represent data in such a way, so that it… Read More
The term “two-level logic” refers to a logic design that uses no more than two logic gates between input and output. This does not mean… Read More

Start Your Coding Journey Now!