Created
July 9, 2013 23:03
-
-
Save 3Nigma/5962112 to your computer and use it in GitHub Desktop.
G+ VHDL SDRAM reading problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
addr : out std_logic_vector (SDR_ADDR_WIDTH - 1 downto 0); | |
data : in std_logic_vector (SDR_DATA_WIDTH - 1 downto 0); | |
... | |
addr(addr'length - 1 downto 0) <= data(addr'length - 1 downto 0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment