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 DiscussionsReset Release IP for Agilex needs Stratix 10 device files installed!Licensing ‘Know-How’ GuideTiming analysis - long combinational pathInvalid license key (inconsistent authentication code)memory infer