- partially fixed DCM nightmare
git-svn-id: http://moon:8086/svn/vhdl/trunk@1178 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -921,7 +921,7 @@ inst_clockgen_cpu : entity work.clockgen
|
||||
clk_out => CLK_O
|
||||
);
|
||||
|
||||
inst_clocken_vga : entity work.clockgen
|
||||
inst_clockgen_vga : entity work.clockgen
|
||||
GENERIC MAP
|
||||
(
|
||||
clk_in_freq => sys_freq_in,
|
||||
@@ -949,7 +949,7 @@ inst_sdram_ctrl_frontend_wb : entity work.sdram_ctrl_frontend64_wb
|
||||
RST_I => RST_O,
|
||||
CLK_I => CLK_O,
|
||||
|
||||
SDRAM_CLK_I => sys_clk_in,
|
||||
SDRAM_CLK_I => CLK_O,
|
||||
SDRAM_CLK_FB_I => sys_sdr_clk_fb,
|
||||
|
||||
CYC_I => CYC_I_sdram,
|
||||
|
||||
Reference in New Issue
Block a user