sdcard prepare for 4GB cards. Minor clean-ups.

This commit is contained in:
2014-03-31 11:25:59 +02:00
parent b2e55d7bea
commit d39530c29c
5 changed files with 30 additions and 36 deletions

View File

@@ -28,9 +28,6 @@ use soc_system.all;
entity sockit is
port (
clk : in std_logic;
reset_n : in std_logic;
hps_mem_a : out std_logic_vector(14 downto 0);
hps_mem_ba : out std_logic_vector( 2 downto 0);
hps_mem_ck : out std_logic;