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