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

Subversion Repositories modular_oscilloscope

[/] [modular_oscilloscope/] [trunk/] [hdl/] [epp/] [eppwbn_test_wb_side.vhd] - Diff between revs 16 and 19

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

Rev 16 Rev 19
Line 11... Line 11...
--|   It only stores data in regiters with wishbone interconect
--|   It only stores data in regiters with wishbone interconect
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--| File history:
--| File history:
--|   0.10   | dic-2008 | First release
--|   0.10   | dic-2008 | First release
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--| Copyright ® 2008, Facundo Aguilera.
--| Copyright ® 2008, Facundo Aguilera.
--|
--|
--| This VHDL design file is an open design; you can redistribute it and/or
--| This VHDL design file is an open design; you can redistribute it and/or
--| modify it and/or implement it after contacting the author.
--| modify it and/or implement it after contacting the author.
 
 
 
 
Line 41... Line 41...
 
 
architecture eppwbn_test_wb_arch0 of eppwbn_test_wb_side is
architecture eppwbn_test_wb_arch0 of eppwbn_test_wb_side is
  signal auto_ack: std_logic;
  signal auto_ack: std_logic;
begin
begin
 
 
  MEM1: mem_8bit_reset
  MEM1: test_memory
 
  generic map(
 
    DEFAULT_OUT => '0';
 
    ADD_WIDTH => 8;
 
    WIDTH  => 8
  port map (
  port map (
    cs => auto_ack,
    cs => auto_ack,
    clk => CLK_I,
    clk => CLK_I,
    reset => RST_I,
    reset => RST_I,
    add => ADR_I,
    add => ADR_I,

powered by: WebSVN 2.1.0

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