controller: fix LUT address offset

parent cbf6528c
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
-- --
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- last changes: -- last changes:
-- 2011-10-27 SB Fix LUT address offset
-- 2011-08-19 SB Created file -- 2011-08-19 SB Created file
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
...@@ -207,7 +208,7 @@ begin ...@@ -207,7 +208,7 @@ begin
end process; end process;
-- generate LUT address and write data -- generate LUT address and write data
lut_a_o <= std_logic_vector(unsigned(ha_count) + 1); lut_a_o <= ha_count;
lut_d_o <= div_qsat; lut_d_o <= div_qsat;
-- main FSM -- main FSM
......
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