Altera_Forum
Honored 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 error: Error: Run Analysis and Synthesis (quartus_map) with revision "tut" for --rev option before running Compiler Database Interface (quartus_cdb) I found the post similar to mine: http://www.alteraforum.com/forum/showthread.php?t=2059 does that mean, that Quartus doen't support $display and delay instructions ? Thank you.