git-svn-id: http://moon:8086/svn/vhdl/trunk@1226 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-25 08:13:37 +00:00
parent 6ea540f7c7
commit 44551d28fd
4 changed files with 6 additions and 34 deletions
-3
View File
@@ -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