Commit e443cad9 authored by Dave Newbold's avatar Dave Newbold
parents 785b50e4 443f577c
......@@ -98,7 +98,7 @@ begin
addr => a_ram
);
d_ram <= std_logic_vector(unsigned(q_ram + unsigned(std_logic_vector'(0 => inc))) when first = '0' else (0 => inc, others => '0');
d_ram <= std_logic_vector(unsigned(q_ram) + unsigned(std_logic_vector'(0 => inc))) when first = '0' else (0 => inc, others => '0');
we <= c(0) and not done;
a_ram <= sctr(ADDR_BITS - 2 downto 0) & c(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment