Altera_Forum
Honored Contributor
18 years agoassignments.
How can I assign a std_logic_vector type output a value of 9? Quartus says integer literal not matched or something. if q: OUT std_logic_vector(3 downto 0); can i do: q<= '1001'; ...