- renamed to wb64
git-svn-id: http://moon:8086/svn/vhdl/trunk@1198 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -18,7 +18,7 @@ vcom -explicit -93 "../src/sdram_ctrl.vhd"
|
|||||||
vcom -explicit -93 "../src/ddr_clk_virtex4.vhd"
|
vcom -explicit -93 "../src/ddr_clk_virtex4.vhd"
|
||||||
vcom -explicit -93 "../src/ddr_phy_virtex4.vhd"
|
vcom -explicit -93 "../src/ddr_phy_virtex4.vhd"
|
||||||
vcom -explicit -93 "../src/sdram_ctrl_top.vhd"
|
vcom -explicit -93 "../src/sdram_ctrl_top.vhd"
|
||||||
vcom -explicit -93 "../src/sdram_ctrl_frontend64_wb.vhd"
|
vcom -explicit -93 "../src/sdram_ctrl_frontend_wb64.vhd"
|
||||||
vcom -explicit -93 "../src/ctrl_ddr_wb64.vhd"
|
vcom -explicit -93 "../src/ctrl_ddr_wb64.vhd"
|
||||||
vcom -explicit -93 "../src/mt46v16m16.vhd"
|
vcom -explicit -93 "../src/mt46v16m16.vhd"
|
||||||
vcom -explicit -93 "../src/tb_ctrl_ddr_wb64.vhd"
|
vcom -explicit -93 "../src/tb_ctrl_ddr_wb64.vhd"
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ architecture struct of ctrl_ddr_wb64 is
|
|||||||
begin
|
begin
|
||||||
|
|
||||||
-- DDR SDRAM Controller Core
|
-- DDR SDRAM Controller Core
|
||||||
sdram_ctrl_frontend64_wb : entity work.sdram_ctrl_frontend64_wb
|
sdram_ctrl_frontend_wb64 : entity work.sdram_ctrl_frontend_wb64
|
||||||
GENERIC MAP
|
GENERIC MAP
|
||||||
(
|
(
|
||||||
BURST_LEN => BURST_LEN,
|
BURST_LEN => BURST_LEN,
|
||||||
|
|||||||
+3
-3
@@ -29,7 +29,7 @@ use work.fifo_ctrl_pkg.all;
|
|||||||
use work.sdram_config.all;
|
use work.sdram_config.all;
|
||||||
use work.sdram_types.all;
|
use work.sdram_types.all;
|
||||||
|
|
||||||
entity sdram_ctrl_frontend64_wb is
|
entity sdram_ctrl_frontend_wb64 is
|
||||||
Generic
|
Generic
|
||||||
(
|
(
|
||||||
BURST_LEN : natural := 2;
|
BURST_LEN : natural := 2;
|
||||||
@@ -75,9 +75,9 @@ entity sdram_ctrl_frontend64_wb is
|
|||||||
sd_data : inout unsigned(DDR_DATA_WIDTH-1 downto 0)
|
sd_data : inout unsigned(DDR_DATA_WIDTH-1 downto 0)
|
||||||
|
|
||||||
);
|
);
|
||||||
end sdram_ctrl_frontend64_wb;
|
end sdram_ctrl_frontend_wb64;
|
||||||
|
|
||||||
architecture struct of sdram_ctrl_frontend64_wb is
|
architecture struct of sdram_ctrl_frontend_wb64 is
|
||||||
|
|
||||||
signal u_addr : user_addr_t;
|
signal u_addr : user_addr_t;
|
||||||
signal u_tag_in : user_tag_t;
|
signal u_tag_in : user_tag_t;
|
||||||
Reference in New Issue
Block a user