Forum Discussion
Altera_Forum
Honored Contributor
16 years agoError: quartus_map ended unexpectedly
Hi there, I'm running Quartus II 10sp1 on ArchLinux. . When I'm trying to compile LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY my_and2 is
PORT(A, B: IN STD_LOGIC;
C: OUT STD_LOGIC);
...
Altera_Forum
Honored Contributor
15 years agoCauses problems in Quartus 11 as well, when using SOPC_BUILDER or QSYS to add custom components. The error messages will complain about missing TOP_LEVEL_MODULE or multiple modules when actual quartus_map writes /etc/issue into the PLATFORM tag in a temporary xml file. When the next stage parses the xml to create the interface it barfs on the screen clear commands.