- fixed read fifo clocks
git-svn-id: http://moon:8086/svn/vhdl/trunk@1286 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -161,8 +161,8 @@ begin
|
||||
PORT MAP
|
||||
(
|
||||
rst => spi_rst,
|
||||
clk_w => clk,
|
||||
clk_r => spi_clk,
|
||||
clk_w => spi_clk,
|
||||
clk_r => clk,
|
||||
we => read_fifo_we,
|
||||
re => dout_re,
|
||||
fifo_full => read_fifo_full,
|
||||
|
||||
Reference in New Issue
Block a user