1.
--- Quote Start ---
In my subscription edition it creates the following:
--- Quote End ---
Thank you, this is indeed a work around for the question I asked. But, honestly, it is faster for me to type it and copy/paste ports than going through a 6 levels menu+trees just to get an example about how it should look like.
2.
--- Quote Start ---
Can you post the output you get in the web edition?
--- Quote End ---
Sure, here:
Info: *******************************************************************
Info: Running Quartus II Analyze Current File
Info: Version 8.0 Build 215 05/29/2008 SJ Web Edition
Info: Processing started: Wed Oct 29 19:58:27 2008
Info: Command: quartus_map --read_settings_files=on --write_settings_files=off test1 -c test1 --analyze_file=R:\altera\test1\hdl_src\my_and.vhd
Error (10500): VHDL syntax error at test1.vhd(11) near text "-"; expecting "entity", or "architecture", or "use", or "library", or "package", or "configuration"
Error (10523): Ignored construct test1 at test1.vhd(12) due to previous errors
Error: Quartus II Analyze Current File was unsuccessful. 2 errors, 0 warnings
Error: Peak virtual memory: 166 megabytes
Error: Processing ended: Wed Oct 29 19:58:29 2008
Error: Elapsed time: 00:00:02
Error: Total CPU time (on all processors): 00:00:02
I am posting this from home where I have 8.0 without SP1 but I get the same from 8.0 with SP1 at work.
Please notice that the analyze was started with my_and.vhd and it found an error in test1.vhd.
test1 is not instantiated in my_and and is a separate file.
The reported error is what I deliberately introduced to show the problem.
test1 is also the name of the test project in which test1.vhd is the top entity.
In your report, from what I can see, you started the analyze with the top module and of course, it reported that everything is OK. How about introducing an error in the top module and start the analyze on a sub module?
BR