URL
https://opencores.org/ocsvn/amber/amber/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 41 |
Rev 52 |
Line 18... |
Line 18... |
Rename this module to mcb_ddr3.v.
|
Rename this module to mcb_ddr3.v.
|
Replace the inputs c3_sys_clk_p, c3_sys_clk_n with sys_clk_ibufg.
|
Replace the inputs c3_sys_clk_p, c3_sys_clk_n with sys_clk_ibufg.
|
Delete the outputs c3_clk0 and c3_rst0.
|
Delete the outputs c3_clk0 and c3_rst0.
|
|
|
2. memc3_infrastructure.v
|
2. memc3_infrastructure.v
|
Replace the inputs c3_sys_clk_p, c3_sys_clk_n with sys_clk_ibufg.
|
Replace the inputs sys_clk_p, sys_clk_n with sys_clk_ibufg.
|
Delete the outputs c3_clk0 and c3_rst0.
|
Delete the outputs clk0 and rst0.
|
|
Delete the line with (* KEEP = "TRUE" *) wire sys_clk_ibufg;
|
|
|
Change the localparam from
|
Change the localparam from
|
localparam CLK_PERIOD_NS = C_MEMCLK_PERIOD / 1000.0;
|
localparam CLK_PERIOD_NS = C_MEMCLK_PERIOD / 1000.0;
|
to
|
to
|
localparam CLK_PERIOD_NS = C_MEMCLK_PERIOD / 500.0;
|
localparam CLK_PERIOD_NS = C_MEMCLK_PERIOD / 500.0;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.