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
16 years agoI tried to execute quartus_map manually and received following
--- Quote Start --- Error: Family name "Stratix II" is illegal Error: Quartus II Analysis & Synthesis was unsuccessful. 1 error, 0 warnings Error: Peak virtual memory: 222 megabytes Error: Processing ended: Tue Sep 21 18:34:11 2010 Error: Elapsed time: 00:00:01 Error: Total CPU time (on all processors): 00:00:00 --- Quote End --- My project should use Cyclone II, so I really puzzled but I remember setting Cyclone II device support. Might I have wrong config files?