Calculation of Multiple voltages from series of resistors
Hi, some time we are in need of multiple voltages for either ref voltage or for comparison or as simple voltage regulator with rotatory switch. In this post we will…
Hi, some time we are in need of multiple voltages for either ref voltage or for comparison or as simple voltage regulator with rotatory switch. In this post we will…
For the tanh verilog code, first we need to understand the basic about it and where we are applying it. for understanding and plotting we will take from matlab platform.…
This is simple but most effective routing for reading temperature read from the max31865 and max31856 chip. Hope this might helps some one. sbit THERMO_CS at PORTD.B5 ; sbit THERMO_CS_Direction…
The tcl script helps to control the EDA tools and automate the flow control. Now days every eda tools handles via tcl script even analoge design tools also. 1] Design…
In this article we are design verilog code for cdc solutions, so Here is a list of some of the common clock domain crossing (CDC) solutions: Synchronizer Two-Flop Synchronizer Gray…
Hi, in this article, some of the 12 and 5 voltage smps circuit we will see and what common among them and what basic we can learn. We try to…
Hi, after many projects on the power line communication for AC and DC line, There are many power line modems chips are there which convert the bit 1/0 into FSK,…
In a case where data from high speed clock domain to low speed clock domain need to transfer / communicate efficiently without miss, in such cases one of good techniques…
This article is about the comparison of rtl from different tools for earlier design level to pulse converter. Please refer the article level-to-pulse-converter for more details. It is continuous part…