- renamed to wb64

git-svn-id: http://moon:8086/svn/vhdl/trunk@1198 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-24 09:32:23 +00:00
parent b828537c4d
commit 3f4cbf0377
3 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@ vcom -explicit -93 "../src/sdram_ctrl.vhd"
vcom -explicit -93 "../src/ddr_clk_virtex4.vhd"
vcom -explicit -93 "../src/ddr_phy_virtex4.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/mt46v16m16.vhd"
vcom -explicit -93 "../src/tb_ctrl_ddr_wb64.vhd"
+1 -1
View File
@@ -83,7 +83,7 @@ architecture struct of ctrl_ddr_wb64 is
begin
-- 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
(
BURST_LEN => BURST_LEN,
@@ -29,7 +29,7 @@ use work.fifo_ctrl_pkg.all;
use work.sdram_config.all;
use work.sdram_types.all;
entity sdram_ctrl_frontend64_wb is
entity sdram_ctrl_frontend_wb64 is
Generic
(
BURST_LEN : natural := 2;
@@ -75,9 +75,9 @@ entity sdram_ctrl_frontend64_wb is
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_tag_in : user_tag_t;