Explorar el Código

Update WonderMadeleine.vhd

Godzil hace 9 años
padre
commit
f6a2d17c21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      WonderMadeleine.vhd

+ 1 - 1
WonderMadeleine.vhd

@@ -74,7 +74,7 @@ use IEEE.NUMERIC_STD.ALL;
 
 entity WonderMadeleine is
     port(
-        D_BUS:   inout std_logic_vector( 7 downto  0);      -- 16 bit Data bus
+        D_BUS:   inout std_logic_vector( 7 downto  0);      -- Lower part of the 16 bit Data bus
         A_BUS_H: in    std_logic_vector(19 downto 16);      -- High part of 20 bit Address bus
         A_BUS_L: in    std_logic_vector( 3 downto  0);      -- Low part of 20 bit Address bus