VLSI UNIVERSE
Showing posts with label
programming
.
Show all posts
Showing posts with label
programming
.
Show all posts
Reading from a file in tcl
›
It is very common to read from and/or write to a file in any programming language. In tcl also, one frequently uses file operations. read ...
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...
Delay line based Time to digital converter
›
A time to digital converter is a circuit that digitizes time; i.e., it converts time into digital number. In other words, a time-to-digita...
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 ...
›
Home
View web version