OpenCores
URL https://opencores.org/ocsvn/modular_oscilloscope/modular_oscilloscope/trunk

Subversion Repositories modular_oscilloscope

[/] [modular_oscilloscope/] [trunk/] [hdl/] [epp/] [eppwbn.vhd] - Diff between revs 5 and 6

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 5 Rev 6
Line 1... Line 1...
 
-- eppwbn.vhd
-- Bloque completo
-- Bloque completo
 
 
architecture eppwbn is
entity eppwbn is
 
 
-- generic (
 
      -- data_size : <type> {:= <default_value>};
 
      -- <generic2_name> : <type> {:= <default_value>};
 
      -- <other generics>...    
 
-- );
 
port(
port(
        -- Externo
        -- Externo
        nStrobe: in std_logic;                                          -- Nomenclatura IEEE Std. 1284 ECP/EPP (Compatibiliy)
        nStrobe: in std_logic;                                          -- Nomenclatura IEEE Std. 1284 ECP/EPP (Compatibiliy)
                                                                                                -- HostClk/nWrite 
                                                                                                -- HostClk/nWrite 
        Data: inout std_logic_vector (7 downto 0);       --AD8..1 (Data1..Data8)
        Data: inout std_logic_vector (7 downto 0);       --AD8..1 (Data1..Data8)
Line 35... Line 30...
        WE_I: in std_logic;
        WE_I: in std_logic;
        );
        );
end eppwbn;
end eppwbn;
 
 
 
 
 
architecture wbn16epp8 of eppwbn
 
 
 
begin
 
 
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.