- fixed

git-svn-id: http://moon:8086/svn/vhdl/trunk@1516 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-24 13:28:32 +00:00
parent 7dd115a77b
commit 7d85a6682c
3 changed files with 1 additions and 1320 deletions
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';