- fixed mips_sys.vhd due to SDRAM changes

git-svn-id: http://moon:8086/svn/vhdl/trunk@1201 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-24 10:15:01 +00:00
parent b586cba1b0
commit a0ad9a9182
3 changed files with 13 additions and 12 deletions
+6 -6
View File
@@ -927,13 +927,13 @@ inst_clockgen_vga : entity work.clockgen
clk_out => vga_clk
);
inst_sdram_ctrl_frontend_wb : entity work.sdram_ctrl_frontend64_wb
inst_sdram_ctrl_wb64 : entity work.ctrl_ddr_wb64
GENERIC MAP
(
BL => BURST_LEN,
f_sysclk => sys_freq_in,
f_sdrclk => sys_freq_in,
fifo_depth => 5
BURST_LEN => BURST_LEN,
F_SYSCLK => sys_freq_in,
F_SDRCLK => sys_freq_in,
FIFO_DEPTH => 5
)
PORT MAP
(
@@ -941,7 +941,7 @@ inst_sdram_ctrl_frontend_wb : entity work.sdram_ctrl_frontend64_wb
CLK_I => CLK_O,
SDRAM_CLK_I => CLK_O,
SDRAM_CLK_FB_I => sys_sdr_clk_fb,
SDRAM_CLK_FB_I => sys_sdr_clk_fb,
CYC_I => CYC_I_sdram,
STB_I => STB_O,