During compilation, all compilation messages appear in the Processing tab of the Messages window. Some messages that appear in the Messages window can be located in a design file or other source file.
To locate the source of a Compiler-generated message, follow these steps:
In the Messages window, click the + icon to expand the Found
1
design
units
and
1
entities
in
source
file
D:\qdesigns\fir_filter\
<module directory>\acc.v
information message.
Double-click the Found
entity
1:
acc
expanded information message. The acc.v file, which contains the message source, appears in a Text Editor window, and the section that is the source of the messagethe Module Declarationis highlighted in the file.
Once you have finished viewing the source of the message, close the Text Editor window.
|