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 Basic PLI
   

space.gif

  ../../images/main/bulllet_4dots_orange.gif Hello World
   

space.gif

C Code

   

space.gif


 1 #include <stdio.h> 
 2 
 3 void hello () {
 4   printf ("\nHello Deepak\n");
 5 }
You could download file verilog_tutorial here
   

space.gif

Verilog Code

   

space.gif


 1 module hello_pli ();
 2   	 
 3 initial begin
 4   $hello;
 5    #10  $finish;
 6 end
 7   	  
 8 endmodule
You could download file verilog_tutorial 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