Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

[beginner] Where is display and delay instructions

Hello, When I try to compile the code like that: module hello_world ; initial begin $display ("Hello World "); # 15 $display ("Hello World again "); end endmodule I get such erro...