AR# 9218: LogiCORE Sine-Cosine Look-Up Table (Sin Cos LUT) v2.0 - Why do I get "ERROR: End of source encountered before closing all `endif directives" when compiling sincos_v2_0.v?
AR# 9218
|
LogiCORE Sine-Cosine Look-Up Table (Sin Cos LUT) v2.0 - Why do I get "ERROR: End of source encountered before closing all `endif directives" when compiling sincos_v2_0.v?
説明
Keywords: sin, cos, compilation, simulation, library, 3.1 ISE
The following error may be seen when trying to compile the Verilog XilinxCoreLib models from C_IP5.5:
# ERROR: ./XilinxCoreLib/sincos_v2_0.v: End of source encountered before closing all `endif directives # ERROR: /products/modeltech.ver5_4a/modeltech/bin/../sunos5/vlog failed.
The problem is that the first `ifdef declaration was not terminated with a corresponding `endif: