VLSI UNIVERSE
Showing posts with label
PRG
.
Show all posts
Showing posts with label
PRG
.
Show all posts
Some Interesting lInux commands Usage
›
Write a linux command that prints the list of all the unique include files in all the c++ files in a given area : Answer : f...
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...
some good reads about process
›
Today I was supposed to write a function that finds user name or user Id who is running the application. I was looking for C++ APIs that ca...
Can pure virtual functions be defined as well?
›
A class that contains pure virtual functions is called abstract or interface class and concrete class derived from abstract class is cal...
Dead reference Problem and its detection
›
In Meyer's singleton pattern , we saw how we can use meyer's implementation approach of singleton design pattern to destroy the si...
C function that converts hexadecimal value to decimal value.
›
Hexadecimal to decimal conversion is something that is often needed in hardware. Below functions can be used for hexadecimal to decimal con...
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 ...
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