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 Combinational Logic Using UDP
   

space.gif

  ../../images/main/bulllet_4dots_orange.gif 2:1 Mux
   

space.gif


  1 primitive mux_21_udp(out, sel, i0, i1);
  2 output out; 
  3 input sel, i0, i1;
  4 table
  5    // sel i0 i1   out
  6         0  0  ?  : 0 ; // 1
  7         0  1  ?  : 1 ; // 2
  8         1  ?  0  : 0 ; // 3
  9         1  ?  1  : 1 ; // 4
 10         ?  0  0  : 0 ; // 5
 11         ?  1  1  : 1 ; // 6
 12 endtable
 13 endprimitive
You could download file mux_21_udp.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