Monday 15 July 2013

2 : 4 Decoder using Logical Gates (Verilog CODE).

2 : 4 Decoder Design using Logical Gates (Data Flow Modeling Style). 


Output Waveform : 2 to  4 Decoder



Verilog CODE-


//-----------------------------------------------------------------------------
//
// Title       : decoder2_4
// Design      : verilog upload
// Author      : Naresh Singh Dobal
// Company     : nsd
//
//-----------------------------------------------------------------------------
//
// File        : 2 : 4 Decoder using Logical Gates.v



module decoder2_4 ( a ,b ,w ,x ,y ,z );

output w ;
output x ;
output y ;
output z ;

input a ;
input b ;

assign w = (~a) & (~b);
assign x = (~a) & b;
assign y = a & (~b);
assign z = a & b;

endmodule

5 comments :

jbudeba said...

what about enable bit ???????????????/

jbudeba said...

http://www.rfwireless-world.com/source-code/VERILOG/2-to-4-decoder-verilog-code.html

Unknown said...

It's not completd yet

vetri said...

Mudichu podungada

Importance of AI in Business said...

Olunga podunga da adichu ethanum :/

Post a Comment

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | coupon codes