Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Error: 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); ...