URL
https://opencores.org/ocsvn/layer2/layer2/trunk
[/] [layer2/] [trunk/] [vhdl/] [ddr/] [rtl/] [ddr.vhd] - Diff between revs 2 and 4
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 4 |
Line 170... |
Line 170... |
-- communication protocol implementation, which does not allow a master
|
-- communication protocol implementation, which does not allow a master
|
-- and a slave running at different frequencies.
|
-- and a slave running at different frequencies.
|
-- If this problem happens to be fixed someday, the following state
|
-- If this problem happens to be fixed someday, the following state
|
-- machine can be deleted and the Wishbone signals can be tied directly
|
-- machine can be deleted and the Wishbone signals can be tied directly
|
-- into the main state machine.
|
-- into the main state machine.
|
wbone : process(w, si, init.done)
|
wbone : process(w, si, init.done, ddr_done)
|
begin
|
begin
|
|
|
win <= w;
|
win <= w;
|
|
|
so.ack <= '0';
|
so.ack <= '0';
|
Line 215... |
Line 215... |
|
|
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
-- Main Controller --
|
-- Main Controller --
|
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
-- main : process(m, si, init)
|
-- main : process(m, si, init)
|
main : process(m, init, read_wb, write_wb)
|
main : process(m, init, read_wb, write_wb, si.adr)
|
begin
|
begin
|
|
|
min <= m;
|
min <= m;
|
|
|
-- Refresh counter.
|
-- Refresh counter.
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.