WARNING VCP2822 "Incompatible types at task enable/function argument"

Solution

This warning is displayed during the compilation of Verilog files and can be ignored. It informs the user that type conversion will be used according to the Verilog standard. If you want to disable this warning, please use the -err switch with the alog/vlog command. For example:

vlog -dbg -err VCP2822 W9 filename.v


Printed version of site: www.aldec.com/en/support/resources/documentation/faq/1636