- removed unused port signals

git-svn-id: http://moon:8086/svn/vhdl/trunk@1205 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-24 11:16:04 +00:00
parent 670bad910d
commit dc0762a753
2 changed files with 2 additions and 30 deletions
@@ -58,21 +58,7 @@ entity sdram_ctrl_frontend_wb32 is
-- PHY interface
phy_ctrl : out phy_ctrl_t;
phy_in : out phy_in_t;
phy_out : in phy_out_t;
-- SDRAM signals
sd_clk_p : out STD_LOGIC;
sd_clk_n : out STD_LOGIC;
sd_cke : out STD_LOGIC;
sd_cs_n : out STD_LOGIC;
sd_cas_n : out STD_LOGIC;
sd_ras_n : out STD_LOGIC;
sd_we_n : out STD_LOGIC;
sd_addr : out sdr_addr_t;
sd_ba : out sdr_ba_t;
sd_dm : out unsigned(PART_DM_WIDTH-1 downto 0);
sd_dqs : inout unsigned(PART_DQS_WIDTH-1 downto 0);
sd_data : inout unsigned(PART_DATA_WIDTH-1 downto 0)
phy_out : in phy_out_t
);
end sdram_ctrl_frontend_wb32;
@@ -58,22 +58,8 @@ entity sdram_ctrl_frontend_wb64 is
-- PHY interface
phy_ctrl : out phy_ctrl_t;
phy_in : out phy_in_t;
phy_out : in phy_out_t;
phy_out : in phy_out_t
-- SDRAM signals
sd_clk_p : out STD_LOGIC;
sd_clk_n : out STD_LOGIC;
sd_cke : out STD_LOGIC;
sd_cs_n : out STD_LOGIC;
sd_cas_n : out STD_LOGIC;
sd_ras_n : out STD_LOGIC;
sd_we_n : out STD_LOGIC;
sd_addr : out sdr_addr_t;
sd_ba : out sdr_ba_t;
sd_dm : out unsigned(PART_DM_WIDTH-1 downto 0);
sd_dqs : inout unsigned(PART_DQS_WIDTH-1 downto 0);
sd_data : inout unsigned(PART_DATA_WIDTH-1 downto 0)
);
end sdram_ctrl_frontend_wb64;