- moved
- fixed git-svn-id: http://moon:8086/svn/vhdl/trunk@1516 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -87,7 +87,7 @@ ENTITY mt48lc16m16a2 IS
|
||||
PORT (
|
||||
Dq : INOUT STD_LOGIC_VECTOR (data_bits - 1 DOWNTO 0) := (OTHERS => 'Z');
|
||||
Addr : IN STD_LOGIC_VECTOR (addr_bits - 1 DOWNTO 0) := (OTHERS => '0');
|
||||
Ba : IN STD_LOGIC_VECTOR := "00";
|
||||
Ba : IN STD_LOGIC_VECTOR (1 DOWNTO 0) := "00";
|
||||
Clk : IN STD_LOGIC := '0';
|
||||
Cke : IN STD_LOGIC := '1';
|
||||
Cs_n : IN STD_LOGIC := '1';
|
||||
|
||||
Reference in New Issue
Block a user