Commit 7a9ed7cf authored by Tristan Gingold's avatar Tristan Gingold

Add comment.

parent a90f3280
......@@ -369,6 +369,7 @@ begin
v_addr := s_addr(18 downto 2) - to_unsigned(c_ADER_REG_BEG, 17);
v_index := to_integer(v_addr(6 downto 4));
v_byte := 3-to_integer(v_addr(3 downto 2));
-- FIXME: force DFSR and XAM to 0 ?
s_reg_ader(v_index)(8*v_byte+7 downto 8*v_byte) <= data_i;
when others =>
......
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