Electronic – Quartus II: Customise compiler messages

fpgaintel-fpgaquartus-ii

I am working with the Altera Quartus II compiler for my Cyclone IV. I am not happy with what is considered Info, Warning, Error, etc.

For example, inferred latches are Info, but I want them as Warning. Parallel compilation disabled is a Warning, but I want it as an Info.

Is there a way to customise the compiler messages in Quartus II?

Best Answer

I asked the same question to Xilinx. They suggested writing a script to search through the INFO messages for what I was looking for. For example

grep "INFO: inferred latches" fpga.syr