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…
verilog tanh code
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.…
mikroc pic18f452 max31865 and max31856 temperature reading function
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…
EDA tool tcl script
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…
CDC clock domain crossing solutions designs
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…
12 volt smps circuits
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…
Power line communication HART setup
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,…
CDC pulse stretcher circuit
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…
Mealy Moore finite state machine RTL to Gate level conversion and comparison
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…
level to pulse converter rtl design
A level-to-pulse converter produces a single cycle pulse each time its input goes high. It’s a synchronous rising-edge detector. Sample uses:– Buttons and switches pressed by humans for arbitrary periods…