quick.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

   

space.gif

   

space.gif

  ../../images/main/bullet_green_ball.gif Encoder Using Gates
   

space.gif

  ../../images/main/bulllet_4dots_orange.gif 4 To 2 Encoder
   

space.gif


 1 module encoder_4to2_gates (i0,i1,i2,i3,y);
 2 input i0,i1,i2,i3;
 3 output [1:0] y;
 4 
 5 or o1 (y[0],i1,i3);
 6 or o2 (y[1],i2,i3);
 7 
 8 endmodule
You could download file encoder_4to2_gates.v here
   

space.gif

   

space.gif

   

space.gif

   

space.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

  

Copyright © 1998-2014

Deepak Kumar Tala - All rights reserved

Do you have any Comment? mail me at:deepak@asic-world.com