Commit 28f238b2 authored by Fabien Le Mentec's avatar Fabien Le Mentec

fix: EnDAT master sampling edge

parent f4e8ba75
......@@ -311,7 +311,7 @@ begin
wait until rising_edge(clk);
if (ma_clk_redge = '1') then
if (ma_clk_edge = '1') then
sipo_val <= sipo_val(sipo_val'length - 2 downto 0) & miso;
end if;
......
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