- fixed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1226 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -316,8 +316,6 @@ ARCHITECTURE behavior OF mips_sys IS
|
||||
|
||||
signal debug : unsigned(1 downto 0);
|
||||
|
||||
-- DDR SDRAM
|
||||
constant BURST_LEN : natural := 2;
|
||||
constant topad : time := 3 ns;
|
||||
constant vga_freq : real := real(tsvga.f_pxl_clk)/1.0E6;
|
||||
|
||||
@@ -843,7 +841,6 @@ inst_clocken_vga : entity work.clockgen
|
||||
inst_sdram_ctrl_wb64 : entity work.ctrl_ddr_wb64
|
||||
GENERIC MAP
|
||||
(
|
||||
BURST_LEN => BURST_LEN,
|
||||
F_SYSCLK => sys_freq_in,
|
||||
F_SDRCLK => sys_freq_in,
|
||||
FIFO_DEPTH => 5
|
||||
|
||||
Reference in New Issue
Block a user