VLSI UNIVERSE
Showing posts with label
VLSI
.
Show all posts
Showing posts with label
VLSI
.
Show all posts
How clock gating reduces power dissipation
›
As discussed in clock gating - basics , enable signal coming in data path is transferred into clock path in order to save dynamic power. B...
2 comments:
Design query : How can we construct a 101 non overlapping counter using only combinational circuit for 32 bit input for example on considering 10101001 i want an output as 1 since there is only 1 101 non overlapping sequence
›
Solution: The design in question is a combinatorial design with 32-bit input (given) and a 4-bit output as shown in figure 1 below. How th...
Design query :: Combinationally count number of 1's in a 32-bit bus
›
Solution: The design in question is a combinational design with 32-bit input and 6-bit output as there can be maximum 32 1's and 32 st...
2 comments:
Divide by 2 clock in VHDL
›
Clock dividers are ubiquitous circuits used in every digital design. A divide-by-N divider produces a clock that is N times lesser frequen...
2 comments:
Programming problem: Synthsizable filter design in C++
›
Problem statement: Develop a synthesizable C/C++ function which is capable of performing image filtering. The filtering operation is defin...
Technology scaling factor
›
For instance, you will find technology nodes as 180 um 90 um, 65 um, 45 um, 32 um, 22 um and so on.. *Source - Digital integrated ci...
Setup checks and hold checks for latch-to-flop timing paths
›
There can be 4 cases of latch-to-flop timing paths as discussed below: 1. Positive level-sensitive latch to positive edge-triggered regi...
4 comments:
2-input gates using 2:1 mux
›
Definition of a multiplexer : A 2^n-input mux has n select lines. It can be used to implement logic functions by implementing LUT (Look-Up...
11 comments:
Interesting problem – Latches in series
›
Problem: 100 latches (either all positive or all negative) are placed in series (figure 1). How many cycles of latency will it introduce?...
2 comments:
XOR/XNOR gate using 2:1 MUX
›
2-input XOR gate using a 2:1 multiplexer : As we know, a 2:1 multiplexer selects between two inputs depending upon the value of its select...
7 comments:
What is Static Timing Analysis?
›
Static timing analysis (STA) is an analysis method of computing the max/min delay values of a complete circuit without actually simulating...
Defining a clock signal in VHDL
›
Defining a clock signal in VHDL Clock is the backbone of any synchronous design. For test-benches, a clock is the most desired signal as...
›
Home
View web version