描述
With the following time type parameter defined:
parameter time TC = 9;
Vivado Simulator returns an error in the compilation step:
ERROR: [VRFC 10-1466] type time does not match with the integer literal
解决方案
This is a known issue with the Verilog Compiler of Vivado Simulator.
It is scheduled to be fixed in a future release.
To work around this issue, do not use a time type parameter.