remove unneeded tristate bus driver

This commit is contained in:
Markus Fröschle
2016-07-28 12:46:05 +00:00
parent da9833b6cc
commit 086e06dee3

View File

@@ -311,16 +311,6 @@ architecture rtl of ddr_ctr is
end sizeIt; end sizeIt;
begin begin
-- Sub Module Section
u0 : entity work.lpm_bustri_BYT
port map
(
data => u0_data,
enabledt => u0_enabledt,
tridata => u0_tridata
);
-- Register Section -- Register Section
SR_FIFO_WRE <= SR_FIFO_WRE_q; SR_FIFO_WRE <= SR_FIFO_WRE_q;