Commit c11c0ad4 authored by Andrey Filippov's avatar Andrey Filippov

Started FIS -> AXI FIFO module

parent e2fb6292
/******************************************************************************* /*******************************************************************************
* Module: ahci_dma_rd_fifo * Module: ahci_dma_rd_fifo
* Date:2016-01-01 * Date:2016-01-01
* Author: andrey * Author: Andrey Filippov
* Description: cross clocks, word-realign, 64->32 * Description: cross clocks, word-realign, 64->32
* Convertion from x64 QWORD-aligned AXI data @hclk to * Convertion from x64 QWORD-aligned AXI data @hclk to
* 32-bit word-aligned data at mclk * 32-bit word-aligned data at mclk
...@@ -135,7 +135,7 @@ module ahci_dma_rd_fifo#( ...@@ -135,7 +135,7 @@ module ahci_dma_rd_fifo#(
end end
always @ (posedge hclk) begin always @ (posedge mclk) begin
hrst_mclk <= hrst; hrst_mclk <= hrst;
if (hrst_mclk) raddr <= 0; if (hrst_mclk) raddr <= 0;
......
This diff is collapsed.
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