Altera_Forum
Honored Contributor
13 years agohow to correctly assign to these variables
1.
Error (10500): VHDL syntax error at tether2.vhd(152) near text "IN"; expecting an identifier ("in" is a reserved keyword), or a string literal constant ff_tx_mod : IN STD_LOGIC_VECTOR (1 DOWNTO 0) := '00'; 2. Error (10500): VHDL syntax error at tether2.vhd(142) near text "'"; expecting "(", or an identifier, or unary operator variable gm_tx_d2 :STD_LOGIC_VECTOR (7 DOWNTO 0) := '00'; 3. Error (10500): VHDL syntax error at tether2.vhd(152) near text "IN"; expecting an identifier ("in" is a reserved keyword), or a string literal constant ff_tx_mod : IN STD_LOGIC_VECTOR (1 DOWNTO 0) := '00'; 4. Warning (10639): VHDL warning at Transmit2.vhd(115): constant value overflow constant preamble : STD_LOGIC_VECTOR (7 DOWNTO 0) := '5555555555555555';