- removed constants from sdram_types.vhd and put them to sdram_const.vhd

- define burst length in sdram_config

git-svn-id: http://moon:8086/svn/vhdl/trunk@1223 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-25 07:25:49 +00:00
parent 0a90acac6d
commit 5427d4cae0
12 changed files with 85 additions and 47 deletions
+1
View File
@@ -25,6 +25,7 @@ library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.numeric_std.ALL;
use work.sdram_const.all;
use work.sdram_config.all;
use work.sdram_types.all;