Forum Discussion

JRamo9's avatar
JRamo9
Icon for New Contributor rankNew Contributor
7 years ago

Can someone please help me. I cant seem to figure out what is causing this error: Error (10500): VHDL syntax error at mult_control_ex.vhd(58) near text "END"; expecting "begin", or a declaration statement

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity mult_control is port( clk, reset_a, start : in std_logic; count : in unsigned (1 DOWNTO 0); input_s...