Article ID: 000083796 Content Type: Error Messages Last Reviewed: 09/11/2012

Internal Error: (.vhd) file utils.c line863:Free:heap corruption.(MAX PLUS® II Version 9.6,10.0)

Environment

BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description This internal error may be generated if you incorrectly specify your VHDL libraries as follows:

USE ieee.std_logic_1164..ALL;

Note: In this example, the user has added an extra period (.) between 1164 and ALL.

The actual library statement should read as follows:

USE ieee.std_logic_1164.ALL;

Using proper syntax when defining your libraries will allow you to avoid this error.

Related Products

This article applies to 1 products

Intel® Programmable Devices

1