OpenCores
URL https://opencores.org/ocsvn/wbddr3/wbddr3/trunk

Subversion Repositories wbddr3

[/] [wbddr3/] [trunk/] [rtl/] [wbddrsdram.v] - Diff between revs 16 and 17

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 16 Rev 17
Line 82... Line 82...
                // Wishbone inputs
                // Wishbone inputs
                i_wb_cyc, i_wb_stb, i_wb_we, i_wb_addr, i_wb_data,
                i_wb_cyc, i_wb_stb, i_wb_we, i_wb_addr, i_wb_data,
                        i_wb_sel,
                        i_wb_sel,
                // Wishbone outputs
                // Wishbone outputs
                o_wb_ack, o_wb_stall, o_wb_data,
                o_wb_ack, o_wb_stall, o_wb_data,
 
                // Memory command wires
                o_ddr_reset_n, o_ddr_cke, o_ddr_bus_oe,
                o_ddr_reset_n, o_ddr_cke, o_ddr_bus_oe,
                o_ddr_cmd_a, o_ddr_cmd_b,
                o_ddr_cmd_a, o_ddr_cmd_b,
 
                // And the data wires to go with them ....
                o_ddr_data, i_ddr_data);
                o_ddr_data, i_ddr_data);
        // These parameters are not really meant for adjusting from the
        // These parameters are not really meant for adjusting from the
        // top level.  These are more internal variables, recorded here
        // top level.  These are more internal variables, recorded here
        // so that things can be automatically adjusted without much
        // so that things can be automatically adjusted without much
        // problem.
        // problem.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.