- fixed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1226 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -486,8 +486,6 @@ ARCHITECTURE behavior OF mips_sys IS
|
||||
|
||||
signal debug : unsigned(1 downto 0);
|
||||
|
||||
-- DDR SDRAM
|
||||
constant BURST_LEN : natural := 2;
|
||||
constant vga_freq : real := real(tsvga.f_pxl_clk)/1.0E6;
|
||||
|
||||
type mem_area_t is (mem_dead, mem_flash, mem_usb, mem_rom, mem_gpio, mem_uart0, mem_uart1, mem_ps2_0, mem_ps2_1, mem_sdram, mem_vga, mem_ac97, mem_emac);
|
||||
@@ -930,7 +928,6 @@ inst_clockgen_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