Skip to content
Snippets Groups Projects
Commit b7ad1c0d authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added purpose and description.

parent b6e2e912
Branches
No related tags found
No related merge requests found
...@@ -20,6 +20,12 @@ ...@@ -20,6 +20,12 @@
-- --
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
-- Purpose: Provide streaming interface to DDR memory
-- Description:
-- Write or read a block of data to or from DDR memory. The block of data is
-- located from dvr_start_addr to dvr_end_addr. The io_ddr_driver takes care
-- that the access is done in a number of bursts.
LIBRARY IEEE, tech_ddr_lib, common_lib, dp_lib; LIBRARY IEEE, tech_ddr_lib, common_lib, dp_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL; USE IEEE.NUMERIC_STD.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment