Error (10500) : VHDL syntax Error at the text. The VHD (6) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (6) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (7) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (7) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (8) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (8) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (9) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (9) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (10) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (10) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (11) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (11) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (12) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (12) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (15) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (15) near the text "? ; Expecting ":", or ", "
Error (10500) : VHDL syntax Error at the text. The VHD (15) near the text?
Error (10500) : VHDL syntax Error at the text. The VHD (16) near the text?
Info: Found 0 the design units, o 0 entities, in the source file text. VHD
Error: the Quartus II 64 - Bit Analysis & amp; Short was unsuccessful. 19 errors, 8 warnings
Error: Peak virtual memory: 4446 megabytes
Error: Processing ended: Fri Dec 11 15:40:37 2020
Error: the Elapsed time: 00:00:00
Error: the Total CPU time (on all processors) : 00:00:01
The mistake let me dim, bosses help bai
This is program
The LIBRARY IEEE.
USE the IEEE. STD_LOGIC_1164. ALL;
USE the IEEE. STD_LOGIC_ARITH. ALL;
USE the IEEE. STD_LOGIC_UNSIGNED. ALL;
The ENTITY KONGZHI3NIS
FORT (RESET: IN STD_LOGIC;
SYSSTART: IN STD_LOGIC;
FLAG: IN STDLOGIC;
BASECLK: IN STD_LOGIC;
STOP: IN STD_LOGIC;
RESETOUT: OUT STD_LOGIC;
STARTCUNCHU: OUT STD_LOGIC);
END KONGZHI3;
ARCHITECTURE BEHAV OF KONGZHI3 IS
SIGNAL KRESETOUT: STD_LOGIC;
SIGNAL KSTARTOUT: STD_LOGIC;
The BEGIN
P1: PROCESS (RESET, SYSSTART, FLAG, BASECLK)
The BEGIN
IF (FLAG='1') THEN
IF (SYSSART='1') THEN
IF (RESET='1') THEN
IF (BASECLK 'EVENT AND BASECLK=' 1 ')
KSTARTOUT<=SYSSTART;
STOP<='1';
='0' SLSIF RESET THEN KRESETOUT<='1';
END IF;
END IF;
END IF;
END IF;
END the PROCESS.
RESETOUT<=KRESETOUT;
STARTCUNCHU<=KSTARTOUT;
END BEHAV.
CodePudding user response:
KONGZHI3N the middle less space? IS