display helloo

A

a.h e.j

Guest
i wrote this:

module hello;
initial
begin
$display ("helloo");
end
endmodule
but in transcript show:
# Compile of hello.v was successful.
and i didn't see helloo why? i want to see that.
thanks
 
Hi,

what tool do you use?

If you use Icarus Verilog, you need to interpret your model using vvp. Compiling just generates the intermediate language file for you.

Best regards
Nikolaos Kavvadias

Τη Παρασκευή, 28 Φεβρουαρίου 2014 3:42:55 μ.μ. UTC+2, ο χρήστης a..h e.j έγραψε:
i wrote this:



module hello;

initial

begin

$display ("helloo");

end

endmodule

but in transcript show:

# Compile of hello.v was successful.

and i didn't see helloo why? i want to see that.

thanks
 
On Friday, February 28, 2014 8:17:06 AM UTC-8, Nikolaos Kavvadias wrote:
Hi,



what tool do you use?



If you use Icarus Verilog, you need to interpret your model using vvp. Compiling just generates the intermediate language file for you.
thanks nikolas i use modelsim and i can't see helloo


Best regards

Nikolaos Kavvadias



Τη Παρασκευή, 28 Φεβρουαρίου 2014 3:42:55 μ.μ. UTC+2, ο χρήστης a.h e.j έγραψε:

i wrote this:







module hello;



initial



begin



$display ("helloo");



end



endmodule



but in transcript show:



# Compile of hello.v was successful.



and i didn't see helloo why? i want to see that.



thanks
 

Welcome to EDABoard.com

Sponsor

Back
Top