SPI Working with Verilog Code

                                      SPI Verilog CodeSerial Peripheral Interfacing or simply saying SPI is a communication protocol used between devices to communicate with. They certainly have to talk in the same language or rather say synchronized signals to perform any action.AContinueContinue reading “SPI Working with Verilog Code”

SR Flip Flop Verilog Code

SR Flip Flop Verilog Code The SR or Set-Reset Flip-Flop works a memory storage element. It can store a single bit of memory working with two inputs named set and reset. When the output Q is 0 then the flip-flop is said to be reset and when it is 1 then it is said toContinueContinue reading “SR Flip Flop Verilog Code”

JK Flip Flop Verilog Code

JK Flip Flop Truth TableSR Flip Flop has many advantages, but it also comes with various disadvantages. Among them is the forbidden condition whose result can either be 1 or 0. Thus to avoid this condition JK Flip Flop comes in rescue.JK Flop Flop is also a universal flip-flop and has the same input as comparedContinueContinue reading “JK Flip Flop Verilog Code”

Master Slave D Flip Flop Verilog Code

MASTER-SLAVE D FLIP FLOPIn SR flip-flop when the conditions SET and RESET both are 1 that condition is known as a forbidden condition. This tries to change the both Q and Q’ to be 1 and whichever will turn 1 first will further control the latch which is certainly we don’t want. This can beContinueContinue reading “Master Slave D Flip Flop Verilog Code”

Design a site like this with WordPress.com
Get started