In brief, you can add the
ieee.numeric_std
package to your architecture (library ieee; use ieee.numeric_std.all;
) and then do the addition using:Output <= std_logic_vector(unsigned(Output) + 1);
No comments:
Post a Comment