VLSI UNIVERSE
Showing posts with label
IQ
.
Show all posts
Showing posts with label
IQ
.
Show all posts
Interesting programming quiz : Array Bound Read Error
›
Problem: Can you figure out what is wrong with following piece of code? #include <iostream> int main() { int a[5] = {1,...
Function Overloading
›
Function overloading is a feature inherent in many programming languages including c++. It allows a user to write multiple functions ...
On-chip variations – the STA takeaway
›
Static timing analysis of a design is performed to estimate its working frequency after the design has been fabricated. Nominal delays of ...
Depletion MOSFET and negative logic. Why it is not possible?
›
As we know, depletion MOSFET conducts current even with gate and source at same voltage level. To cut-off the current in depletion MOSFE...
Setup checks and hold checks for flop-to-flop paths
›
In the post ( Setup time and hold time – static timing analysis ), we introduced setup and hold timing requirements and also discussed why...
8 comments:
›
Home
View web version