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

Subversion Repositories t400

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 172 to Rev 173
    Reverse comparison

Rev 172 → Rev 173

/trunk/rtl/vhdl/system/t410_notri.vhd
2,7 → 2,8
--
-- T410/411 controller toplevel without tri-states.
--
-- $Id: t410_notri.vhd,v 1.3 2006-06-05 20:03:11 arniml Exp $
-- $Id: t410_notri.vhd,v 1.4 2008-08-23 11:19:20 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
231,6 → 232,9
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.3 2006/06/05 20:03:11 arniml
-- include generic_ram_ena
--
-- Revision 1.2 2006/05/08 02:36:38 arniml
-- hand-down clock divider option
--
/trunk/rtl/vhdl/system/t420_notri.vhd
2,7 → 2,8
--
-- T420/421 controller toplevel without tri-states.
--
-- $Id: t420_notri.vhd,v 1.3 2006-06-11 13:48:43 arniml Exp $
-- $Id: t420_notri.vhd,v 1.4 2008-08-23 11:19:20 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
230,6 → 231,9
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.3 2006/06/11 13:48:43 arniml
-- hand generic opt_type_g down to t400_core
--
-- Revision 1.2 2006/06/05 20:03:52 arniml
-- connect microbus generic and include generic_ram_ena
--
/trunk/rtl/vhdl/system/t410.vhd
2,7 → 2,8
--
-- T410 system toplevel.
--
-- $Id: t410.vhd,v 1.1 2006-06-11 22:18:28 arniml Exp $
-- $Id: t410.vhd,v 1.2 2008-08-23 11:19:20 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
192,4 → 193,7
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1 2006/06/11 22:18:28 arniml
-- initial check-in
--
-------------------------------------------------------------------------------
/trunk/rtl/vhdl/system/t411.vhd
2,7 → 2,8
--
-- T411 system toplevel.
--
-- $Id: t411.vhd,v 1.1.1.1 2006-05-06 01:56:45 arniml Exp $
-- $Id: t411.vhd,v 1.2 2008-08-23 11:19:20 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
190,4 → 191,7
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1.1.1 2006/05/06 01:56:45 arniml
-- import from local CVS repository, LOC_CVS_0_1
--
-------------------------------------------------------------------------------
/trunk/rtl/vhdl/system/t420.vhd
2,7 → 2,8
--
-- T420 system toplevel.
--
-- $Id: t420.vhd,v 1.6 2006-06-11 13:49:18 arniml Exp $
-- $Id: t420.vhd,v 1.7 2008-08-23 11:19:20 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
28,7 → 29,7
-- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE
-- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
194,6 → 195,10
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.6 2006/06/11 13:49:18 arniml
-- * hand generic opt_type_g down to t420_notri
-- * full generic list
--
-- Revision 1.5 2006/06/05 20:04:11 arniml
-- connect microbus generic
--
/trunk/rtl/vhdl/system/t421.vhd
2,7 → 2,8
--
-- T421 system toplevel.
--
-- $Id: t421.vhd,v 1.1 2006-06-11 13:47:24 arniml Exp $
-- $Id: t421.vhd,v 1.2 2008-08-23 11:19:20 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
196,4 → 197,7
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1 2006/06/11 13:47:24 arniml
-- initial check-in
--
-------------------------------------------------------------------------------
/trunk/rtl/vhdl/t400_core.vhd
2,7 → 2,8
--
-- T400 Microcontroller Core
--
-- $Id: t400_core.vhd,v 1.11 2008-05-01 19:51:12 arniml Exp $
-- $Id: t400_core.vhd,v 1.12 2008-08-23 11:19:17 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
527,6 → 528,9
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.11 2008/05/01 19:51:12 arniml
-- removed obsolete signals
--
-- Revision 1.10 2006/06/11 13:34:39 arniml
-- Fix bug:
-- "Timer skipped in T421 configuration"

powered by: WebSVN 2.1.0

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