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

Subversion Repositories modular_oscilloscope

[/] [modular_oscilloscope/] [trunk/] [hdl/] [epp/] [eppwbn_pkg.vhd] - Diff between revs 14 and 15

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

Rev 14 Rev 15
Line 144... Line 144...
      ACK_I:  in std_logic ;
      ACK_I:  in std_logic ;
      WE_O:   out std_logic
      WE_O:   out std_logic
      );
      );
  end component eppwbn;
  end component eppwbn;
 
 
 
  component eppwbn_test_wb_side is
 
    port(
 
      RST_I:  in std_logic;
 
      CLK_I:  in std_logic;
 
      DAT_I:  in std_logic_vector (7 downto 0);
 
      DAT_O:  out std_logic_vector (7 downto 0);
 
      ADR_I:  in std_logic_vector (7 downto 0);
 
      CYC_I:  in std_logic;
 
      STB_I:  in std_logic;
 
      ACK_O:  out std_logic ;
 
      WE_I:   in std_logic
 
    );
 
  end component eppwbn_test_wb_side;
 
 
end package eppwbn_pgk;
end package eppwbn_pgk;
 
 
 
 
 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.