gAcquNew Contributor5 years agoSolvedError (10500): VHDL syntax error at mux5to1.vhd(15) near text "IN"; expecting an identifier ("in" is a reserved keyword), or a string literal what is the problem?sstrell5 years agoSIGNALs do not have IN/OUT designations. It should be:SIGNAL m0,m1,m2: STD_LOGIC_VECTOR(2 DOWNTO 0);The error is pushed down to line 15 because that's the first line after this error.#iwork4intel
sstrell5 years agoSIGNALs do not have IN/OUT designations. It should be:SIGNAL m0,m1,m2: STD_LOGIC_VECTOR(2 DOWNTO 0);The error is pushed down to line 15 because that's the first line after this error.#iwork4intel
sstrell5 years agoSIGNALs do not have IN/OUT designations. It should be:SIGNAL m0,m1,m2: STD_LOGIC_VECTOR(2 DOWNTO 0);The error is pushed down to line 15 because that's the first line after this error.#iwork4intel
sstrellSuper Contributor5 years agoSIGNALs do not have IN/OUT designations. It should be:SIGNAL m0,m1,m2: STD_LOGIC_VECTOR(2 DOWNTO 0);The error is pushed down to line 15 because that's the first line after this error.#iwork4intel
Recent Discussionshow to reduce clock skew between synchronous clockerror in JTAG server (error code 35) and autodetect (unable to scan device chain) Quartus 18.1Unable to detect the deviceQuartus Eda_Writer keeps crashingTensor block usage