gAcquNew Contributor6 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?sstrell6 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
sstrell6 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
sstrell6 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 Contributor6 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 DiscussionsRequesting Questa licenseSolvedQPP 26.1.0 Tools->Generate Simulator Setup Script produces no outputQuartus did not startNew Quartus/Questa license Questa IssueHow to create a Packaged Subsystem in TCL