Vlsi Verilog

This site is for students/professionals interested in hardware design...... contact us at : verilogblog@gmail.com

Pages

▼
Friday, 27 September 2013

Testing Of Sequential Circuits Using Verilog

›
Testing is the major challenge for any VLSI design either analog or digital. And it’s something which cannot be ignored or compromised...
12 comments:
Saturday, 21 September 2013

Barrel Shifter design using 2:1 Mux Using Verilog

›
RTL SCHEMATIC SIMULATION RESULTS  CODE       To Download:Click On the PDF and press (CNTRL+S) BLOCK U...
Friday, 20 September 2013

Carry select Adder using Verilog

›
                                                            RTL SCHEMATIC                                        ...
46 comments:
Wednesday, 18 September 2013

Discrete cosine transform using verilog (DCT)

›
module dct1(sel,y);   input [2:0]sel;   output reg [15:0]y;    wire [15:0]y0,y1,y2,y3,y4,y5,y6,y7;   wire [7:0]p...
4 comments:
Tuesday, 10 September 2013

Types pf flip flops with Verilog code

›
Flip flop are basic storage elements and the soul for sequential circuit design. Based on the application & the need we can design and ...
4 comments:
‹
›
Home
View web version
Powered by Blogger.